瀏覽代碼

修改签字注师流程

sangwenwei 1 年之前
父節點
當前提交
762f73ee13
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/cw/reportManagement/ReportSignatureForm.vue

+ 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)