src/views/inventoryManagement/receiptManagement/Record.vue
@@ -203,8 +203,7 @@ }) .then(() => { // 根据不同的 tab 类型调用不同的导出接口 let exportUrl = "/stockin/export"; proxy.download(exportUrl, {}, "入库台账.xlsx"); proxy.download("/stockInRecord/exportStockInRecord", {type: props.type}, props.type === '0' ? "合格入库.xlsx" : "不合格入库.xlsx"); }) .catch(() => { proxy.$modal.msg("已取消");