feat: There is no way the, bug #52320

This commit is contained in:
super_liu
2022-03-31 15:37:44 +08:00
parent 532df619c4
commit de3e1dffbb
@@ -854,7 +854,6 @@
GLWJBUSSFileList: [], GLWJBUSSFileList: [],
caFileList: [], caFileList: [],
FBGBJBDFileList: [], FBGBJBDFileList: [],
xgdFileList: [],
ZCWBLAWSFileList: [], ZCWBLAWSFileList: [],
GCWBLAWSFileList: [], GCWBLAWSFileList: [],
JDWJLAWSFileList: [], JDWJLAWSFileList: [],
@@ -1700,9 +1699,10 @@
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName); this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName); this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName);
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName); 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.roleForm = mesg.roleForm
this.formTongGuo.commentText = mesg.commentText this.formTongGuo.commentText = mesg.commentText
// this.summaryList=this.assemble(mesg.summary,mesg.summaryName);
}, },
// 将文本状态的id与name对应 // 将文本状态的id与name对应
setMap(data){ setMap(data){
@@ -2535,8 +2535,8 @@
// this.sarStandardsInfoEO.country = item.country.split(","); // this.sarStandardsInfoEO.country = item.country.split(",");
// } // }
this.summary=this.summaryList.map(item => item.id).join(",") // this.summary=this.summaryList.map(item => item.id).join(",")
this.summaryName=this.summaryList.map(item => item.name).join(",") // this.summaryName=this.summaryList.map(item => item.name).join(",")
this.saveLoading = true this.saveLoading = true
let _formData = new FormData() let _formData = new FormData()
@@ -2674,8 +2674,8 @@
this.isSubmit = true this.isSubmit = true
this.saveLoading = true this.saveLoading = true
this.summary=this.summaryList.map(item => item.id).join(",") // this.summary=this.summaryList.map(item => item.id).join(",")
this.summaryName=this.summaryList.map(item => item.name).join(",") // this.summaryName=this.summaryList.map(item => item.name).join(",")
this.form.commentText = this.formTongGuo.commentText this.form.commentText = this.formTongGuo.commentText
// this.form.approvalOpinion = this.formTongGuo.approvalOpinion // this.form.approvalOpinion = this.formTongGuo.approvalOpinion
@@ -2759,7 +2759,7 @@
this.LSBBBUSSFileList=this.assemble(item.LSBBBUSS,item.LSBBBUSSName); this.LSBBBUSSFileList=this.assemble(item.LSBBBUSS,item.LSBBBUSSName);
this.QTWJBUSSFileList=this.assemble(item.QTWJBUSS,item.QTWJBUSSName); this.QTWJBUSSFileList=this.assemble(item.QTWJBUSS,item.QTWJBUSSName);
this.GLWJBUSSFileList=this.assemble(item.GLWJBUSS,item.GLWJBUSSName); 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); this.XGDFileList=this.assemble(item.XGD,item.XGDName);
}) })
}, },