优化代码

This commit is contained in:
RuoYi
2024-11-25 22:27:10 +08:00
parent 0f77f524d0
commit 0bf7457eb7
4 changed files with 18 additions and 14 deletions

View File

@ -522,8 +522,8 @@ export default {
})
});
});
this.title = "修改角色";
});
this.title = "修改角色";
},
/** 选择角色权限范围触发 */
dataScopeSelectChange(value) {
@ -543,8 +543,8 @@ export default {
this.$refs.dept.setCheckedKeys(res.checkedKeys);
});
});
this.title = "分配数据权限";
});
this.title = "分配数据权限";
},
/** 分配用户操作 */
handleAuthUser: function(row) {