11wqe1 1 день назад
Родитель
Сommit
baffe1139e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/pages/components/appDialog.vue

+ 2 - 2
src/components/pages/components/appDialog.vue

@@ -593,7 +593,7 @@ export default {
         suserid: this.userId, //用户ID
         sorg: this.org,
         soid: this.oid,
-        sstand: this.region ? this.region : "cn",
+        sstand: this.lang.lang,
         exportType:
           this.controlsObj &&
           this.controlsObj.exportTypeList &&
@@ -628,7 +628,7 @@ export default {
         label: this.selectLabel, //应用的标签搜索
         type: this.showType, //应用的类型
         juri: this.selectJuri, //应用权限 1:我的  2:组织内  3:所有人
-        stand: this.AreaType ? this.AreaType : "cn", //cn站还是hk站
+        stand: this.lang.lang, //cn站还是hk站
         status: this.statusType,
         exportType:
           this.controlsObj &&