新增:新增系统管理/用户管理(列表、查看详情、新增、修改、删除、导出)

This commit is contained in:
2023-02-22 23:58:28 +08:00
parent 297fbd3675
commit efa8f4fcf5
48 changed files with 1805 additions and 154 deletions

View File

@@ -210,7 +210,7 @@
<a-drawer
title="部门详情"
:visible="detailVisible"
:width="570"
:width="580"
:footer="false"
unmount-on-close
render-to-body
@@ -292,7 +292,7 @@
DeptParam,
listDept,
getDept,
createDept,
addDept,
updateDept,
deleteDept,
} from '@/api/system/dept';
@@ -431,7 +431,7 @@
proxy.$message.success(res.msg);
});
} else {
createDept(form.value).then((res) => {
addDept(form.value).then((res) => {
handleCancel();
getList();
proxy.$message.success(res.msg);