平台件 法规清单认证清单修改接口

This commit is contained in:
zyx.net
2023-09-13 15:22:10 +08:00
parent 85e37b756e
commit 6a6a752571
2 changed files with 29 additions and 29 deletions
@@ -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',
@@ -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