|
|
@ -325,10 +325,10 @@
|
|
|
|
key: "thirdIpUrl",
|
|
|
|
key: "thirdIpUrl",
|
|
|
|
thirdSysFk: this.filterQuery.thirdSysFk
|
|
|
|
thirdSysFk: this.filterQuery.thirdSysFk
|
|
|
|
};
|
|
|
|
};
|
|
|
|
selectIp(query).then((response) => {
|
|
|
|
axios.get("./config.json").then(res => {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
// 基础地址
|
|
|
|
this.uploadFileUrl = response.data.thridUrl + "/udiwms/erp/corp/upload";
|
|
|
|
let response = res.data.BASE_URL;
|
|
|
|
}
|
|
|
|
this.uploadFileUrl = response + "/udiwms/thrCorp/importLog/uploadCorps";
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
,
|
|
|
|
,
|
|
|
|