BUG 25578

This commit is contained in:
aixianling
2021-12-21 16:52:49 +08:00
parent 2526a22e38
commit c83712640a

View File

@@ -134,6 +134,7 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.$message.success("删除成功!")
this.dialog = false
this.$refs.MenuTree.remove(data)
}
})