|
@@ -244,6 +244,7 @@ const roleAuths = async (id) => {
|
|
|
|
|
|
//查看当前角色规则
|
|
//查看当前角色规则
|
|
const handleCk = (item) => {
|
|
const handleCk = (item) => {
|
|
|
|
+ editDialogTitle.value = item.auth_name;
|
|
ruleNewForm.value = item;
|
|
ruleNewForm.value = item;
|
|
editDialogVisible.value = true;
|
|
editDialogVisible.value = true;
|
|
};
|
|
};
|