Merge branch 'feature/2.9.10.2312.02-薪资档案页面重构' into release/2.9.10.2312.02

This commit is contained in:
黎永顺 2024-01-16 09:29:03 +08:00
commit 9614583c3d
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class Index extends Component {
this.getArchiveForm(nextProps);
} else if (nextProps.visible !== this.props.visible && !nextProps.visible) {
document.querySelector(".salary-files-wrapper").classList.remove("zIndex0-welfare-archive");
nextProps.payrollFilesStore.initSalaryFileForm();
}
}