非系统人员管理开发合并
This commit is contained in:
parent
eaf8e5c51e
commit
e83ff0dbcc
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue