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

View File

@ -4,7 +4,7 @@
<!-- 部门树 -->
<el-col :lg="4" :xs="24" style="">
<el-card shadow="hover">
<el-input v-model="deptName" placeholder="请输入部门名称" prefix-icon="Search" clearable />
<el-input v-model="deptName" placeholder="请输入部门名称1" prefix-icon="Search" clearable />
<el-tree
ref="deptTreeRef"
class="mt-2"