[update] 修改bug78444
This commit is contained in:
@@ -329,6 +329,8 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
this.initTreeData()
|
this.initTreeData()
|
||||||
|
this.queryParam.workingGroupId = undefined
|
||||||
|
this.loadData()
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.message)
|
this.$message.warning(res.message)
|
||||||
}
|
}
|
||||||
@@ -348,6 +350,8 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
this.initTreeData()
|
this.initTreeData()
|
||||||
|
this.queryParam.workingGroupId = undefined
|
||||||
|
this.loadData()
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.message)
|
this.$message.warning(res.message)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user