This commit is contained in:
linfso 2024-11-28 18:10:07 +08:00
parent 8b85008768
commit dad1254c36

View File

@ -495,7 +495,7 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.reset();
this.getMenuTreeselect();
// this.getMenuTreeselect();
this.open = true;
this.title = "添加角色";
},