薪资账套添加人员全选报错的问题

This commit is contained in:
黎永顺 2022-11-10 15:01:44 +08:00
parent d05778f9f9
commit 20e6c3aa7e
1 changed files with 0 additions and 1 deletions

View File

@ -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: "临时" },