diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue index 944a5e951..5ee012749 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue @@ -854,7 +854,6 @@ GLWJBUSSFileList: [], caFileList: [], FBGBJBDFileList: [], - xgdFileList: [], ZCWBLAWSFileList: [], GCWBLAWSFileList: [], JDWJLAWSFileList: [], @@ -1700,9 +1699,10 @@ this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName); - this.summaryList=this.assemble(mesg.summary,mesg.summaryName); + this.XGDFileList=this.assemble(this.form.XGD,this.form.XGDName); this.roleForm = mesg.roleForm this.formTongGuo.commentText = mesg.commentText + // this.summaryList=this.assemble(mesg.summary,mesg.summaryName); }, // 将文本状态的id与name对应 setMap(data){ @@ -2535,8 +2535,8 @@ // this.sarStandardsInfoEO.country = item.country.split(","); // } - this.summary=this.summaryList.map(item => item.id).join(",") - this.summaryName=this.summaryList.map(item => item.name).join(",") + // this.summary=this.summaryList.map(item => item.id).join(",") + // this.summaryName=this.summaryList.map(item => item.name).join(",") this.saveLoading = true let _formData = new FormData() @@ -2674,8 +2674,8 @@ this.isSubmit = true this.saveLoading = true - this.summary=this.summaryList.map(item => item.id).join(",") - this.summaryName=this.summaryList.map(item => item.name).join(",") + // this.summary=this.summaryList.map(item => item.id).join(",") + // this.summaryName=this.summaryList.map(item => item.name).join(",") this.form.commentText = this.formTongGuo.commentText // this.form.approvalOpinion = this.formTongGuo.approvalOpinion @@ -2759,7 +2759,7 @@ this.LSBBBUSSFileList=this.assemble(item.LSBBBUSS,item.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(item.QTWJBUSS,item.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(item.GLWJBUSS,item.GLWJBUSSName); - this.summaryList=this.assemble(item.summary,item.summaryName); + // this.summaryList=this.assemble(item.summary,item.summaryName); this.XGDFileList=this.assemble(item.XGD,item.XGDName); }) },