minor fix

This commit is contained in:
samisgod
2021-12-17 15:03:33 +08:00
committed by 不做码农
parent 2753bb092a
commit dc7da1b095
2 changed files with 14 additions and 2 deletions

View File

@@ -439,7 +439,7 @@ export default {
});
} else {
this.form.type = "add";
this.form.menuIds = this.getMenuAllCheckedKeys();
//this.form.menuIds = this.getMenuAllCheckedKeys();
addRole(this.form).then((response) => {
console.log(response);
this.open = false;