This commit is contained in:
2025-07-08 17:23:32 +08:00
parent 6c7b99ec50
commit 76ae5832c0
2 changed files with 3 additions and 2 deletions

View File

@ -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' }],