BUG 25578

This commit is contained in:
aixianling
2021-12-22 17:43:49 +08:00
parent 5d1211ba7a
commit a0c77542ea

View File

@@ -122,9 +122,9 @@ export default {
this.instance.post("/admin/menu/addOrUpdate", this.form).then(res => {
if (res?.code == 0) {
this.$message.success("提交成功!")
this.dialog = false
if (!this.form.id) {
this.getData()
this.dialog = false
} else this.$refs.MenuTree.append(this.form, this.selected)
}
})