页签切换,一级菜单也要选中,报错信息提示多个问题

This commit is contained in:
mabo
2021-07-23 11:46:01 +08:00
parent 66462b9085
commit ae329419a6
16 changed files with 59 additions and 34 deletions

View File

@@ -181,7 +181,7 @@
this.formAdd={}
} else {
this.$Message.error(res.message);
// this.$Message.error(res.message);
}
this.getAllList();
this.modalVisible = false;
@@ -193,7 +193,7 @@
if (res.success) {
this.$Message.success("修改成功");
} else {
this.$Message.error(res.message);
// this.$Message.error(res.message);
}
this.getAllList();
this.modalVisible = false;