回显bug

This commit is contained in:
zhoulingpo
2023-12-12 16:12:40 +08:00
parent 91c093a30b
commit 5485490cc4
3 changed files with 5 additions and 6 deletions
@@ -53,6 +53,7 @@
border
default-expand-all>
<el-table-column
type="index"
label="序号"
width="50"
align="center">
@@ -2154,7 +2154,7 @@
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.commentText2 || ''
this.ccc = false
})
} else {
@@ -3268,7 +3268,7 @@
taskInfo: '技术标准起草',
form: this.form,
roleForm: this.roleForm,
commentText: this.commentText
commentText2: this.commentText
}))
updateBusProcessNew(_formData).then(res => {
this.saveLoading = false
@@ -3560,7 +3560,7 @@
}).then(res => {
if (res) {
let processForm = JSON.parse(res.mesg)
this.commentText = processForm.commentText
this.commentText = processForm.commentText2||''
if(processForm.form){
processForm = processForm.form
}
@@ -57,12 +57,10 @@
border
default-expand-all>
<el-table-column
type="index"
label="序号"
min-width="15%"
align="center">
<template slot-scope="scope">
{{scope.$index + 1}}
</template>
</el-table-column>
<el-table-column
prop="footFileName"