|
@@ -280,7 +280,7 @@ const deriveExcel = () => {
|
|
});
|
|
});
|
|
};
|
|
};
|
|
const deriveExcelTwo = () => {
|
|
const deriveExcelTwo = () => {
|
|
- proxy.getFile("/inventoryFinishedOrder/excelExport", sourceList.value.pagination).then((res) => {
|
|
|
|
|
|
+ proxy.getFile("/inventoryFinishedOrder/excelExport", sourceListTwo.value.pagination).then((res) => {
|
|
proxy.downloadFile(res, "成品库明细.xlsx");
|
|
proxy.downloadFile(res, "成品库明细.xlsx");
|
|
});
|
|
});
|
|
};
|
|
};
|