fix: 部门更新后 树没有更新

This commit is contained in:
xingyu 2023-01-13 20:29:18 +08:00
parent 3a8cd9afe9
commit fb65423b62

View File

@ -167,6 +167,7 @@ const submitForm = async () => {
dialogVisible.value = false
} finally {
actionLoading.value = false
await getTree()
await reload()
}
}