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 {