0release/2.10.1.2401.01
This commit is contained in:
parent
9087e50aae
commit
a07823c74a
|
|
@ -36,7 +36,7 @@ class Index extends Component {
|
|||
importType: "", listType: importType
|
||||
};
|
||||
payload = {
|
||||
importType: "", listType: importType,
|
||||
importType: "", listType: importType, hasData: false,
|
||||
...salaryFileQueryForm.getFormParams()
|
||||
};
|
||||
} else {
|
||||
|
|
@ -44,7 +44,7 @@ class Index extends Component {
|
|||
importType: importType, listType: "FIXED"
|
||||
};
|
||||
payload = {
|
||||
importType: importType, listType: "FIXED",
|
||||
importType: importType, listType: "FIXED", hasData: false,
|
||||
...salaryFileQueryForm.getFormParams()
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue