Browse Source

创建课程添加智能体

11wqe1 6 days ago
parent
commit
baffe1139e
1 changed files with 2 additions and 2 deletions
  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
         suserid: this.userId, //用户ID
         sorg: this.org,
         sorg: this.org,
         soid: this.oid,
         soid: this.oid,
-        sstand: this.region ? this.region : "cn",
+        sstand: this.lang.lang,
         exportType:
         exportType:
           this.controlsObj &&
           this.controlsObj &&
           this.controlsObj.exportTypeList &&
           this.controlsObj.exportTypeList &&
@@ -628,7 +628,7 @@ export default {
         label: this.selectLabel, //应用的标签搜索
         label: this.selectLabel, //应用的标签搜索
         type: this.showType, //应用的类型
         type: this.showType, //应用的类型
         juri: this.selectJuri, //应用权限 1:我的  2:组织内  3:所有人
         juri: this.selectJuri, //应用权限 1:我的  2:组织内  3:所有人
-        stand: this.AreaType ? this.AreaType : "cn", //cn站还是hk站
+        stand: this.lang.lang, //cn站还是hk站
         status: this.statusType,
         status: this.statusType,
         exportType:
         exportType:
           this.controlsObj &&
           this.controlsObj &&