非系统人员管理开发合并
This commit is contained in:
parent
eaf8e5c51e
commit
e83ff0dbcc
|
|
@ -122,7 +122,7 @@ class ImportMenu extends Component {
|
||||||
} else {
|
} else {
|
||||||
params = "" + "&listType=" + importParams.importType;
|
params = "" + "&listType=" + importParams.importType;
|
||||||
}
|
}
|
||||||
if (isExtEmp) params = "&extSalaryArchiveList=true";
|
if (isExtEmp) params = params + "&extSalaryArchiveList=true";
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<Menu className="dropdownMenuWrapper" onClick={this.handleMenuClick}>
|
<Menu className="dropdownMenuWrapper" onClick={this.handleMenuClick}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue