优化
This commit is contained in:
@ -189,7 +189,8 @@ const initData: PageData<DeptForm, DeptQuery> = {
|
||||
pageSize: 10,
|
||||
deptName: undefined,
|
||||
deptCategory: undefined,
|
||||
status: undefined
|
||||
status: undefined,
|
||||
isShow:1
|
||||
},
|
||||
rules: {
|
||||
parentId: [{ required: true, message: '上级部门不能为空', trigger: 'blur' }],
|
||||
|
Reference in New Issue
Block a user