Parcourir la source

修改selectAllTypeStand

11wqe1 il y a 1 mois
Parent
commit
af23c75feb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/index.vue

+ 1 - 1
src/components/index.vue

@@ -796,7 +796,7 @@ export default {
       let params = {
         org: this.org && this.org != "" ? this.org : "",
         oid: this.oid && this.oid != "" ? this.oid : "",
-        stand: "cn"
+        stand: this.lang.lang
       };
       this.ajax
         .get(this.$store.state.api + "selectAllTypeStand", params)