diff --git a/pc4mobx/hrmSalary/pages/ledger/addUserModal.js b/pc4mobx/hrmSalary/pages/ledger/addUserModal.js index 80eb615f..cc8e9133 100644 --- a/pc4mobx/hrmSalary/pages/ledger/addUserModal.js +++ b/pc4mobx/hrmSalary/pages/ledger/addUserModal.js @@ -5,7 +5,6 @@ import { inject, observer } from "mobx-react"; import "./index.less"; const employeeStatus = [ - { key: "", showname: "" }, { key: "TRIAL", showname: "试用" }, { key: "FORMAL", showname: "正式" }, { key: "TEMPORARY", showname: "临时" },