标准复审step7回显意见修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user