refactor: ♻️ 移除 log 和完善 mock 接口
This commit is contained in:
@@ -182,7 +182,6 @@ function openMenuDialog(row: RolePageVO) {
|
||||
getRoleMenuIds(roleId)
|
||||
.then(({ data }) => {
|
||||
const checkedMenuIds = data;
|
||||
console.log("勾选权限", checkedMenuIds);
|
||||
checkedMenuIds.forEach((menuId) =>
|
||||
menuRef.value.setChecked(menuId, true, false)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user