Merge branch 'release/2.19.1.2501.01' into release/3.0.1.2503.01-合并业务线

This commit is contained in:
lys 2025-04-01 15:07:50 +08:00
commit 8bb09affaa
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@ class Index extends Component {
<ImportDialog <ImportDialog
{...this.props} {...importDialog} {...this.props} {...importDialog}
onResetImportResult={() => this.setState({ onResetImportResult={() => this.setState({
importDialog: { ...importDialog, importResult: {}, imageId: "", link: null } importDialog: {
...importDialog, importResult: {}, imageId: "", link: "/api/bs/hrmsalary/variableSalary/downloadTemplate"
}
})} })}
importParams={this.renderFormComponent()} importParams={this.renderFormComponent()}
exportDataDom={ exportDataDom={