Merge branch 'ts' into dev
# Conflicts: # package.json # src/layout/components/TagsView/index.vue
This commit is contained in:
@@ -232,7 +232,7 @@ const handleAdd = (row?: DeptVO) => {
|
||||
nextTick(() => {
|
||||
reset();
|
||||
if (row && row.deptId) {
|
||||
form.value.parentId = row?.parentId;
|
||||
form.value.parentId = row?.deptId;
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user