lxf 1 year ago
parent
commit
6d1d38b04d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/production/warehouse/finished-parts-storage/index.vue

+ 1 - 1
src/views/production/warehouse/finished-parts-storage/index.vue

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