平台件项目库 认证清单关联平台件对接接口
This commit is contained in:
@@ -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 : ''
|
||||
|
||||
Reference in New Issue
Block a user