平台件项目库 认证清单关联平台件对接接口

This commit is contained in:
zyx.net
2023-09-21 09:54:17 +08:00
parent 0bef771651
commit a8507c3210
2 changed files with 16 additions and 1 deletions
@@ -1300,7 +1300,20 @@
}
},
associatedplatForm(id,flag,type,ids){
console.log(type)
console.log(id,flag,type,ids)
let query ={
ids:ids,
projectLibraryIds:id
}
if(type == '认证'){
postAction('/project/projectCertificationInventoryEO/listPlatform', query).then((res) => {
if (res.success) {
this.$refs.associatedplatRef.visible = false
this.$message.success(this.$t('OperationSuccessful'))
this.getList()
}
})
}
// if(flag == '1'){
// this.$refs.associatedplatthreeRef.transferModel(id,type,ids)
// }else{
@@ -845,6 +845,8 @@
}
this.formInline.designDutyIdName = this.dataList && this.dataList.length>0 ? this.dataList[0].designDutyIdName : ''
this.formInline.verifyDutyIdName = this.dataList && this.dataList.length>0 ? this.dataList[0].verifyDutyIdName : ''
this.formInline.designDutyId = this.dataList && this.dataList.length>0 ? this.dataList[0].designDutyId : ''
this.formInline.verifyDutyId = this.dataList && this.dataList.length>0 ? this.dataList[0].verifyDutyId : ''
this.formInline.designDueDate = this.dataList && this.dataList.length>0 ? this.dataList[0].designDueDate : ''
this.formInline.verifyDueDate = this.dataList && this.dataList.length>0 ? this.dataList[0].verifyDueDate : ''
this.formInline.designDeliverableTemplate = this.dataList && this.dataList.length>0 ? this.dataList[0].designDeliverableTemplate : ''