feat:【mall 商城】交易统计【antd】30%:优化 trend-card.vue 的实现

This commit is contained in:
YunaiV
2025-10-20 13:58:34 +08:00
parent 7ed34921bc
commit b28209afe7
4 changed files with 9 additions and 19 deletions

View File

@@ -109,8 +109,6 @@ async function handleExport() {
});
// 处理下载
downloadFileFromBlobPart({ fileName: '商品状况.xlsx', source: data });
} catch {
// 用户取消导出
} finally {
exportLoading.value = false;
}