[update] 修改bug78444

This commit is contained in:
lideqin
2023-11-10 18:26:45 +08:00
parent a23ec52d20
commit 4bce7e0798
@@ -329,6 +329,8 @@ export default {
if (res.success) {
this.$message.success(res.message)
this.initTreeData()
this.queryParam.workingGroupId = undefined
this.loadData()
} else {
this.$message.warning(res.message)
}
@@ -348,6 +350,8 @@ export default {
if (res.success) {
this.$message.success(res.message)
this.initTreeData()
this.queryParam.workingGroupId = undefined
this.loadData()
} else {
this.$message.warning(res.message)
}