Browse Source

签字注师流程调整

sangwenwei 1 year ago
parent
commit
4021049ba2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/cw/reportManagement/ReportSignatureForm.vue

+ 2 - 2
src/views/cw/reportManagement/ReportSignatureForm.vue

@@ -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