Explorar o código

修改selectAllTypeStand

11wqe1 hai 1 mes
pai
achega
af23c75feb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)