fix 部门管理 上级菜单问题
This commit is contained in:
parent
61417032b7
commit
0ba7e31e09
@ -229,7 +229,7 @@ const handleAdd = (row?: DeptVO) => {
|
|||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
reset();
|
reset();
|
||||||
if (row && row.deptId) {
|
if (row && row.deptId) {
|
||||||
form.value.parentId = row?.parentId;
|
form.value.parentId = row?.deptId;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user