Merge branch 'feature/V2-非系统人员管理开发' into develop

This commit is contained in:
黎永顺 2023-07-13 10:32:05 +08:00
commit 44abe03216
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}>