lxf há 1 ano atrás
pai
commit
6d1d38b04d

+ 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");
   });
 };