refactor: ♻️ 移除 log 和完善 mock 接口

This commit is contained in:
hxr
2024-01-10 23:43:59 +08:00
parent a7233960e3
commit 06c448ebbc
10 changed files with 970 additions and 140 deletions

View File

@@ -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)
);

View File

@@ -291,7 +291,6 @@ function downloadTemplate() {
/** Excel文件 Change */
function handleFileChange(file: any) {
importData.file = file.raw;
console.log(importData.file);
}
/** Excel文件 Exceed */