1
This commit is contained in:
parent
05692eba30
commit
7aa107b564
@ -607,8 +607,8 @@ class FullScreen extends React.Component {
|
||||
getDangerSubData = () => {
|
||||
const orgId = storage('lacal').getItem('webOrgId')?.val;
|
||||
const json = initFilter(orgId);
|
||||
json.Parameter1 = this.state.selectedStartDate.format('YYYY-MM-DD');
|
||||
json.Parameter2 = this.state.selectedEndDate.format('YYYY-MM-DD');
|
||||
json.Parameter1 = this.state.selectedStartDate?.format('YYYY-MM-DD') || '';
|
||||
json.Parameter2 = this.state.selectedEndDate?.format('YYYY-MM-DD') || '';
|
||||
this.props.dispatch({
|
||||
type: 'app/getDataByPost',
|
||||
payload: json,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user