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) {