From f01b82f07a35b9a3424e66f91949851cf796408f Mon Sep 17 00:00:00 2001 From: jeromesoar Date: Sun, 24 Apr 2022 22:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=86=E7=B1=BB=E5=8F=AF?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/mall/product/category/index.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/yudao-ui-admin/src/views/mall/product/category/index.vue b/yudao-ui-admin/src/views/mall/product/category/index.vue index 751ad9c52..6fa403889 100644 --- a/yudao-ui-admin/src/views/mall/product/category/index.vue +++ b/yudao-ui-admin/src/views/mall/product/category/index.vue @@ -48,7 +48,7 @@ @@ -95,7 +95,7 @@ - + @@ -125,7 +125,6 @@ import { deleteCategory, exportCategoryExcel, getCategory, - getCategoryPage, listCategory, updateCategory } from "@/api/mall/product/category"; @@ -320,7 +319,7 @@ export default { this.exportLoading = true; return exportCategoryExcel(params); }).then(response => { - this.$download.excel(response, '${table.classComment}.xls'); + this.$download.excel(response, '商品分类.xls'); this.exportLoading = false; }).catch(() => { }); @@ -328,3 +327,10 @@ export default { } }; + +