소스 검색

修改selectAllTypeStand

11wqe1 2 일 전
부모
커밋
af23c75feb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)