Merge branch 'feature/V2-非系统人员管理开发' into develop
This commit is contained in:
commit
44abe03216
|
|
@ -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