|
@@ -637,7 +637,9 @@ export default {
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
// 请输入组织号
|
|
// 请输入组织号
|
|
|
if (this.accOrgName.length == 0) {
|
|
if (this.accOrgName.length == 0) {
|
|
|
- return this.$message.error(this.lang.completeaccountnumber);
|
|
|
|
|
|
|
+ let liyuan = window.topU ? window.topU.location.href.includes("lyxx") : window.parent ? window.parent.location.href.includes("lyxx") : '';
|
|
|
|
|
+
|
|
|
|
|
+ return this.$message.error(liyuan ? this.lang.completeaccountnumber : this.lang.completeaccountnumber2);
|
|
|
}
|
|
}
|
|
|
return this.$message.error(this.lang.selectlogorg);
|
|
return this.$message.error(this.lang.selectlogorg);
|
|
|
}
|
|
}
|
|
@@ -940,9 +942,10 @@ export default {
|
|
|
this.org = ''
|
|
this.org = ''
|
|
|
this.accOrgName = []
|
|
this.accOrgName = []
|
|
|
this.inpGetAccOrgNameloading = true
|
|
this.inpGetAccOrgNameloading = true
|
|
|
|
|
+ let liyuan = window.topU ? window.topU.location.href.includes("lyxx") : window.parent ? window.parent.location.href.includes("lyxx") : '';
|
|
|
let params = [
|
|
let params = [
|
|
|
{
|
|
{
|
|
|
- functionName: API_CONFIG.ajax_liYuanOrg.functionName,
|
|
|
|
|
|
|
+ functionName: liyuan ? API_CONFIG.select_liYuanOrgTwo.functionName : API_CONFIG.ajax_liYuanOrg.functionName,
|
|
|
uname: this.account,
|
|
uname: this.account,
|
|
|
},
|
|
},
|
|
|
];
|
|
];
|