feature: 完成角色授权

This commit is contained in:
zhengxinonly
2023-10-31 20:23:09 +08:00
parent 6a8fb955f5
commit 537e21728b
11 changed files with 1435 additions and 426 deletions
+7
View File
@@ -206,6 +206,13 @@
} else if (obj.event === "role-tool-detail") {
console.log("角色授权");
// role-tool-detail
layer.open({
type: 2,
title: "授权",
shade: 0.1,
area: ["500px", "500px"],
content: "/views/role_rights/" + obj.data["id"],
});
}
});