标准复审step7回显意见修改
This commit is contained in:
@@ -1904,7 +1904,7 @@ export default {
|
|||||||
// 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.roleForm = mes.roleForm
|
// this.roleForm = mes.roleForm
|
||||||
this.commentText = mes.commentText
|
this.commentText = mes.commentTexts || ''
|
||||||
this.ccc = false
|
this.ccc = false
|
||||||
})
|
})
|
||||||
}else {
|
}else {
|
||||||
@@ -2992,7 +2992,7 @@ export default {
|
|||||||
taskInfo: '技术标准起草',
|
taskInfo: '技术标准起草',
|
||||||
form: this.form,
|
form: this.form,
|
||||||
roleForm: this.roleForm,
|
roleForm: this.roleForm,
|
||||||
commentText: this.commentText
|
commentTexts: this.commentText
|
||||||
}))
|
}))
|
||||||
saveTaskFirst(_formData).then(res => {
|
saveTaskFirst(_formData).then(res => {
|
||||||
this.saveLoading = false
|
this.saveLoading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user