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 1177bb49f..d097f1b9a 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue @@ -651,7 +651,7 @@ deleteBatch: '/platform/projectCertificationInventoryEO/deleteBatch', setBatch: '/platform/projectCertificationInventoryEO/setBatch', deleteOne: '/platform/projectCertificationInventoryEO/delete', - AndUserId: '/platform/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', + AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', AndUserIdEdit: '/platform/projectLibraryRoleRelEO/edit', saveBatch: '/platform/projectCertificationInventoryEO/saveBatch', questionUrl: '/platform/projectCertificationInventoryEO/expediting', diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue index 2b1f0cbb1..f5d237228 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue @@ -1278,7 +1278,7 @@ copyUrl: '/platform/projectLawsInventoryEO/copyInfoByIds',//复制 transferUrl: '/platform/projectLawsInventoryEO/getPageInfoDummy',//调取 ExportReportUrl: '/platform/projectLawsInventoryEO/downloadDocxReport', - AndUserId: '/platform/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', + AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', AndUserIdEdit: '/platform/projectLibraryRoleRelEO/edit' }, downLoadFileUrl: window._CONFIG['domianPreviewURL'] + '/sys/common/download', @@ -1527,7 +1527,7 @@ this.JLoading = true this.getHeader() this.queryLawEngineerByProjectId() - this.queryengineeringInterfacePersonId() + // this.queryengineeringInterfacePersonId() this.querydesignDutyId() this.queryverifyDutyId() this.getRoleByUserId(() => { @@ -1651,32 +1651,32 @@ } }) }, - queryengineeringInterfacePersonId() { - let query = { - projectLibraryId: this.$route.query.id - } - getAction('/platform/projectRelatedPersonnel/queryEngineeringInterfacePersonByProjectId', query).then((res) => { - if (res.success) { - let engineeringInterfacePerson = { - value: 'engineeringInterfacePerson', - text: this.$t('engineeringInterfacePerson'), - options: [] - } - if (res.result && res.result.length > 0) { - res.result.forEach(val => { - engineeringInterfacePerson.options.push({ - value: val.id, - key: val.id, - label: val.userName - }) - }) - } - this.fieldList.push(engineeringInterfacePerson) - } else { - - } - }) - }, + // queryengineeringInterfacePersonId() { + // let query = { + // projectLibraryId: this.$route.query.id + // } + // getAction('/platform/projectRelatedPersonnel/queryEngineeringInterfacePersonByProjectId', query).then((res) => { + // if (res.success) { + // let engineeringInterfacePerson = { + // value: 'engineeringInterfacePerson', + // text: this.$t('engineeringInterfacePerson'), + // options: [] + // } + // if (res.result && res.result.length > 0) { + // res.result.forEach(val => { + // engineeringInterfacePerson.options.push({ + // value: val.id, + // key: val.id, + // label: val.userName + // }) + // }) + // } + // this.fieldList.push(engineeringInterfacePerson) + // } else { + // + // } + // }) + // }, querydesignDutyId() { let query = { projectLibraryId: this.$route.query.id