lxf 1 年之前
父節點
當前提交
6d1d38b04d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");
   });
 };