From 5410b6d24842b1f092543607854b32ab2994ef8e Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Tue, 18 Jun 2024 22:24:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E8=8F=9C=E5=8D=95=E4=B8=8E=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/menuman.js | 2 +- .../DetailComponent/CompanyPicker.vue | 121 +++++++++--------- src/views/project-demand/requirement/add.vue | 6 +- src/views/system/role/add.vue | 2 +- src/views/system/user/index.vue | 6 + 5 files changed, 73 insertions(+), 64 deletions(-) diff --git a/src/api/system/menuman.js b/src/api/system/menuman.js index 8d44d4b..c4db6d5 100644 --- a/src/api/system/menuman.js +++ b/src/api/system/menuman.js @@ -40,7 +40,7 @@ export const getMenuInfo = (menuId) => { export const getMenuOpt = (excludeId=0) => { return request({ - url: '/admin/menu/option/role/'+excludeId, + url: '/admin/menu/option/'+excludeId, method: 'get' }) } diff --git a/src/components/DetailComponent/CompanyPicker.vue b/src/components/DetailComponent/CompanyPicker.vue index b57686e..2824f79 100644 --- a/src/components/DetailComponent/CompanyPicker.vue +++ b/src/components/DetailComponent/CompanyPicker.vue @@ -12,23 +12,24 @@ 全选 不全选 - - - - - - - - - - - + + + + + + + + + + +