Przeglądaj źródła

修改签字注师流程

sangwenwei 1 rok temu
rodzic
commit
762f73ee13

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

@@ -959,9 +959,9 @@
 							}else {
 								this.sigId=res.reportId
 								if (status === 'startAndClose'){
-									this.sigReason = ""
+									this.inputForm.sigReason = ""
 								}else {
-									this.sigReason=res.reason
+									this.inputForm.sigReason=res.reason
 								}
 							}
 							console.log('sigReason',this.sigReason)