|
|
@ -33,9 +33,9 @@ export default { |
|
|
|
return postData; |
|
|
|
} |
|
|
|
const openDialog = async () => { |
|
|
|
// const url =
|
|
|
|
// const method =
|
|
|
|
// const postData = buildQuery();
|
|
|
|
const url = "settleaccount/vmi/replenished-export"; |
|
|
|
const method = "POST"; |
|
|
|
const postData = buildQuery(); |
|
|
|
const response = await request(url, postData, { method }); |
|
|
|
if (!response.errors) { |
|
|
|
window.open(getUrl(`settleaccount/getblobfile/download/${response.data}`)); |
|
|
|