From c0d121a7d7b9e250fa80a24bded379c274ab9a2d Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 13 Jan 2026 11:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BB=8E=E8=80=81lis=E5=AF=BC=E5=85=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 9 + src/views/system/user/index.vue | 505 ++++++++++++++++---------------- 2 files changed, 254 insertions(+), 260 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index f2f76ef..5c6ca01 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -133,3 +133,12 @@ export function deptTreeSelect() { method: 'get' }) } + + +// 从老lis系统导入 +export function importFromLis() { + return request({ + url: '/system/user/syncUser', + method: 'get' + }) +} diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4460b9c..f16d0e3 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -4,44 +4,35 @@
- +
- +
- + - + - + - + 搜索 @@ -51,19 +42,28 @@ - 新增 + 新增 - 修改 + 修改 - 删除 + 删除 - 导入 + excel导入 - 导出 + 老lis导入 + + + 导出 @@ -71,18 +71,18 @@ - - - - + + + + @@ -93,27 +93,26 @@ - + @@ -128,14 +127,9 @@ - + @@ -159,7 +153,8 @@ - + @@ -167,23 +162,16 @@ - + - {{ dict.label }} + {{ dict.label + }} @@ -192,26 +180,16 @@ - + - + @@ -234,18 +212,9 @@ - +
将文件拖到此处,或点击上传
@@ -270,7 +240,8 @@