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