From 5912979f4acc0fc26294e557d8c3934fcb597d06 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 14 Sep 2023 09:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=20=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E7=94=A8=E6=88=B7=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ProjectDetails.vue | 4 ++-- .../components/certificationList/index.vue | 2 +- .../components/listOfRegulations.vue | 2 +- .../platformItemLibraryDetails/index.vue | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/ProjectDetails.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/ProjectDetails.vue index 806a351d3..c0726d7fe 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/ProjectDetails.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/ProjectDetails.vue @@ -26,8 +26,8 @@
{{$t('configurationItem')}} - {{queryForm.configurationItem}} + {{queryForm.ipdInfo}}
diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue index d097f1b9a..2bede49f3 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue @@ -652,7 +652,7 @@ setBatch: '/platform/projectCertificationInventoryEO/setBatch', deleteOne: '/platform/projectCertificationInventoryEO/delete', AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', - AndUserIdEdit: '/platform/projectLibraryRoleRelEO/edit', + AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit', saveBatch: '/platform/projectCertificationInventoryEO/saveBatch', questionUrl: '/platform/projectCertificationInventoryEO/expediting', importZipUrl: '/platform/projectCertificationInventoryEO/importData' diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue index f5d237228..2878fc922 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue @@ -1279,7 +1279,7 @@ transferUrl: '/platform/projectLawsInventoryEO/getPageInfoDummy',//调取 ExportReportUrl: '/platform/projectLawsInventoryEO/downloadDocxReport', AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', - AndUserIdEdit: '/platform/projectLibraryRoleRelEO/edit' + AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit' }, downLoadFileUrl: window._CONFIG['domianPreviewURL'] + '/sys/common/download', downLoadImgUrl: window._CONFIG['domianWebImgURL'] + '/sys/common/download', diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/index.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/index.vue index 5fc89ba34..6f6a4a2c0 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/index.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/index.vue @@ -255,8 +255,8 @@ export default { } }, created() { - document.title = this.$route.query.projectName ? this.$t('projectDetails') + '-' + this.$route.query.projectName : this.$t('projectDetails') - this.title = this.$route.query.projectName + document.title = this.$route.query.projectNameId ? this.$t('projectDetails') + '-' + this.$route.query.projectNameId : this.$t('projectDetails') + this.title = this.$route.query.projectNameId }, mounted() { this.getTaskId() @@ -436,7 +436,7 @@ export default { this.$router.push({ path: '/projectRegulationTasks', query: { - projectName: this.$route.query.projectName + projectName: this.$route.query.projectNameId } }) }, @@ -509,7 +509,7 @@ export default { }, backClick() { this.$router.push({ - path: '/projectLibrary' + path: '/platformItemLibraryDetails' }) }, roleSwitchingClick(roleCode) {