From dfc3da744f922da544d744c57a505b9b0a9ef090 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 24 May 2023 20:32:38 +0800 Subject: [PATCH] =?UTF-8?q?review=20+=20mall=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 349a39e72f17f88a7d82123cfc4b9fcf25ead104) --- src/views/mall/product/spu/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/mall/product/spu/index.vue b/src/views/mall/product/spu/index.vue index 73b2b8e4..539171b0 100644 --- a/src/views/mall/product/spu/index.vue +++ b/src/views/mall/product/spu/index.vue @@ -55,7 +55,6 @@ 新增 - { // 发起导出 exportLoading.value = true const data = await ProductSpuApi.exportSpu(queryParams) - download.excel(data, '商品spu.xls') + download.excel(data, '商品列表.xls') } catch { } finally { exportLoading.value = false