Michael Wang hace 6 años
padre
commit
57bb1dc5d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/basic/view/user.vue

+ 1 - 1
src/modules/basic/view/user.vue

@@ -631,7 +631,7 @@ export default {
         this.rules.orgId = [
           {
             validator: this.validateOrg,
-            trigger: "blur,change"
+            trigger: ["blur", "change"]
           }
         ];
       } else {