标准复审step7回显意见修改

This commit is contained in:
zhoulingpo
2023-12-05 10:35:09 +08:00
parent 78cf8bcefd
commit 2c4c77b56b
@@ -1904,7 +1904,7 @@ export default {
// this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName);
// this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
// this.roleForm = mes.roleForm
this.commentText = mes.commentText
this.commentText = mes.commentTexts || ''
this.ccc = false
})
}else {
@@ -2992,7 +2992,7 @@ export default {
taskInfo: '技术标准起草',
form: this.form,
roleForm: this.roleForm,
commentText: this.commentText
commentTexts: this.commentText
}))
saveTaskFirst(_formData).then(res => {
this.saveLoading = false