Ver Fonte

small fix

Michael Wang há 6 anos atrás
pai
commit
57bb1dc5d6
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {