@ -691,7 +691,7 @@ const handleExport = async () => {
// 发起导出
exportLoading.value = true
const data = await PurchasereceiptRequestMainApi.exportPurchasereceiptRequestMain(tableObject.params)
download.excel(data, '采购收货申请主.xlsx')
download.excel(data, 'M类型采购收货.xlsx')
} catch {
} finally {
exportLoading.value = false