소스 검색

更新审核默认样式

yjwang 1 주 전
부모
커밋
66df55227c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/doctor/prescribeAudit/index.vue

+ 1 - 1
src/views/doctor/prescribeAudit/index.vue

@@ -208,7 +208,7 @@ export default {
         return
       }
       this.auditForm.prescribeId = row.prescribeId
-      this.auditForm.auditStatus = (current === 2 || current === '2') ? 2 : (current === 3 || current === '3') ? 3 : 2
+      this.auditForm.auditStatus = 1
       this.auditForm.auditReason = row.auditReason || ''
       this.auditDialog.open = true
     },