Merge branch 'release/2.19.1.2501.01' into release/3.0.1.2503.01-合并业务线
This commit is contained in:
commit
8bb09affaa
|
|
@ -96,7 +96,9 @@ class Index extends Component {
|
|||
<ImportDialog
|
||||
{...this.props} {...importDialog}
|
||||
onResetImportResult={() => this.setState({
|
||||
importDialog: { ...importDialog, importResult: {}, imageId: "", link: null }
|
||||
importDialog: {
|
||||
...importDialog, importResult: {}, imageId: "", link: "/api/bs/hrmsalary/variableSalary/downloadTemplate"
|
||||
}
|
||||
})}
|
||||
importParams={this.renderFormComponent()}
|
||||
exportDataDom={
|
||||
|
|
|
|||
Loading…
Reference in New Issue