|
@@ -676,7 +676,7 @@
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</el-form>
|
|
|
- <el-form :class="method==='view'?'readonly':''">
|
|
|
+ <el-form :model="inputForm" :class="method==='view'?'readonly':''">
|
|
|
<el-row :gutter="15">
|
|
|
<el-col style="margin-top: 15px">
|
|
|
<el-form-item label="修改原因" prop="sigReason"
|
|
@@ -960,7 +960,7 @@
|
|
|
this.sigId=this.inputForm.id
|
|
|
}else {
|
|
|
this.sigId=res.reportId
|
|
|
- if (status === 'startAndClose'){
|
|
|
+ if (this.status === 'startAndClose'){
|
|
|
this.inputForm.sigReason = ""
|
|
|
}else {
|
|
|
this.inputForm.sigReason=res.reason
|