|
@@ -186,12 +186,16 @@ export default {
|
|
|
this.loading = true;
|
|
|
let httpType = `aplication/zip`;
|
|
|
let model = {
|
|
|
- id: this.queryId,
|
|
|
- token: getToken(),
|
|
|
+ end: "2021-10-29",
|
|
|
+start: "2021-10-01",
|
|
|
+token: "b04d184cc37ad3658ae87dac1755ae8470c80afd"
|
|
|
+ // id: this.queryId,
|
|
|
+ // token: getToken(),
|
|
|
};
|
|
|
axios({
|
|
|
method: "post",
|
|
|
- url: urlConfig.baseURL + "admin/checkexport",
|
|
|
+ //urlConfig.baseURL + "admin/checkexport"
|
|
|
+ url: 'http://inv.sitw.wanyuhengtong.com/downqrdinv',
|
|
|
responseType: "blob",
|
|
|
data: model,
|
|
|
headers: {
|