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)
|
||||
);
|
||||
|
||||
@@ -291,7 +291,6 @@ function downloadTemplate() {
|
||||
/** Excel文件 Change */
|
||||
function handleFileChange(file: any) {
|
||||
importData.file = file.raw;
|
||||
console.log(importData.file);
|
||||
}
|
||||
|
||||
/** Excel文件 Exceed */
|
||||
|
||||
Reference in New Issue
Block a user