非系统人员管理开发合并

This commit is contained in:
黎永顺 2023-07-13 10:05:16 +08:00
parent 8356de0fa2
commit eaf8e5c51e
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class ImportMenu extends Component {
};
render() {
const { importType, refreshList } = this.props;
const { importType, refreshList, isExtEmp } = this.props;
const { importParams, previewColumns, previewDataSource } = this.state;
let params = "";
if (importParams.importType === "init" || importParams.importType === "salaryItemAdjust") {
@ -122,6 +122,7 @@ class ImportMenu extends Component {
} else {
params = "" + "&listType=" + importParams.importType;
}
if (isExtEmp) params = "&extSalaryArchiveList=true";
return (
<React.Fragment>
<Menu className="dropdownMenuWrapper" onClick={this.handleMenuClick}>