|
|
@@ -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 &&
|