linwenxin il y a 5 mois
Parent
commit
e3f8ad7951
1 fichiers modifiés avec 3 ajouts et 7 suppressions
  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
               }
             "