回显bug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user