From 6cef6facfa13c18647c51de2596ef97b4b6a843c Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 16 Jun 2022 18:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/listOfRegulations.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 64b874f43..d79fa6829 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -117,7 +117,9 @@ {{ $t('add') }} -
+
{{ $t('roleSwitching') }}
@@ -136,6 +138,7 @@ {{ $t('batSetting') }}
{{ $t('roleSwitching') }} @@ -888,7 +891,7 @@ return current && current < moment().subtract(1, 'day') }, getRoleByUserId() { - getAction('/sys/role/getRoleByUserId', { projectLibraryId: this.$route.query.id }).then((res) => { + getAction('/project/projectLawsInventoryEO/getRoleByUserId', { projectLibraryId: this.$route.query.id }).then((res) => { if (res.success) { this.roleSwitchingList = res.result || [] } else {