薪资账套添加人员全选报错的问题
This commit is contained in:
parent
d05778f9f9
commit
20e6c3aa7e
|
|
@ -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: "临时" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue