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 {
}
};
+
+