瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
e3f8ad7951
共有 1 個文件被更改,包括 3 次插入7 次删除
  1. 3 7
      src/views/userManagement/masterManagement/index.vue

+ 3 - 7
src/views/userManagement/masterManagement/index.vue

@@ -75,9 +75,9 @@
             @click="
               () => {
                 if ([2].includes(openType)) {
-                  formData.examineStatus = 'OK'
+                  formData.examineStatus = 'WAIT_WORKER'
                 } else if ([3].includes(openType)) {
-                  formData.policyExamineStatus = 'OK'
+                  formData.examineStatus = 'OK'
                 }
                 shenheBool = true
               }
@@ -90,11 +90,7 @@
             type="danger"
             @click="
               () => {
-                if ([2].includes(openType)) {
-                  formData.examineStatus = 'FAIL'
-                } else if ([3].includes(openType)) {
-                  formData.policyExamineStatus = 'FAIL'
-                }
+                formData.examineStatus = 'FAIL'
                 shenheBool = true
               }
             "