非系统人员管理开发合并

This commit is contained in:
黎永顺 2023-07-13 10:31:45 +08:00
parent eaf8e5c51e
commit e83ff0dbcc
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class ImportMenu extends Component {
} else {
params = "" + "&listType=" + importParams.importType;
}
if (isExtEmp) params = "&extSalaryArchiveList=true";
if (isExtEmp) params = params + "&extSalaryArchiveList=true";
return (
<React.Fragment>
<Menu className="dropdownMenuWrapper" onClick={this.handleMenuClick}>