Browse Source

small fix

Michael Wang 6 years ago
parent
commit
57bb1dc5d6
1 changed files with 1 additions and 1 deletions
  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 {