mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-16 23:49:36 +08:00
feat role success message
This commit is contained in:
parent
94d57e00a2
commit
fa184bba5f
@ -130,6 +130,10 @@ export default {
|
|||||||
const menuLIst = this.$refs.tree.getCheckedKeys().join(",");
|
const menuLIst = this.$refs.tree.getCheckedKeys().join(",");
|
||||||
grant(this.ids[0], menuLIst).then(() => {
|
grant(this.ids[0], menuLIst).then(() => {
|
||||||
this.box = false;
|
this.box = false;
|
||||||
|
this.$message({
|
||||||
|
type: "success",
|
||||||
|
message: "操作成功!"
|
||||||
|
});
|
||||||
this.onLoad(this.page);
|
this.onLoad(this.page);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user