From 055811702bf924061aef383eb92dc1f54f322022 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Wed, 3 Sep 2025 15:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/design/volumeCatalog/index.vue | 2 +- src/views/system/user/index.vue | 159 +++++++++++++---------- 3 files changed, 91 insertions(+), 72 deletions(-) diff --git a/.env.development b/.env.development index 764306d..9ab76bb 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.149:8899' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue index e0fb5f0..e265e13 100644 --- a/src/views/design/volumeCatalog/index.vue +++ b/src/views/design/volumeCatalog/index.vue @@ -425,7 +425,7 @@ const cancel = () => { }; // 获取人员列表 const getDesignUserList = async () => { - const res = await copyUserList({}); + const res = await copyUserList({ projectId: currentProject.value?.id, userType: 2 }); if (res.code === 200) { userCoryList.value = res.data; } diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index d8c00ac..1e02ed5 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -5,14 +5,22 @@ - + - +
@@ -20,24 +28,27 @@ - + - + - + - 搜索 + 搜索 重置 @@ -50,18 +61,15 @@ - - - - + + + + @@ -116,30 +116,24 @@ @@ -148,15 +142,19 @@ - + - + @@ -166,9 +164,15 @@ - + @@ -194,16 +198,20 @@ - + - + @@ -212,16 +220,20 @@ - + - + @@ -234,8 +246,7 @@ - {{ dict.label }} - + {{ dict.label }} @@ -256,9 +267,18 @@ - + @@ -270,8 +290,7 @@ 是否更新已经存在的用户数据
仅允许导入xls、xlsx格式文件。 - 下载模板 + 下载模板