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