Merge branch 'ts' into dev

# Conflicts:
#	package.json
#	src/layout/components/TagsView/index.vue
This commit is contained in:
LiuHao
2023-05-06 09:25:05 +08:00
23 changed files with 239 additions and 164 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ const handleAdd = (row?: DeptVO) => {
nextTick(() => {
reset();
if (row && row.deptId) {
form.value.parentId = row?.parentId;
form.value.parentId = row?.deptId;
}
})
}