From 74d80f67e70666dbd38b1f0b5e4c0c7772fa5b8c Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 18 九月 2023 15:03:50 +0800 Subject: [PATCH] 休bug --- platform/src/views/business/goods.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/src/views/business/goods.vue b/platform/src/views/business/goods.vue index 6a97d57..64023b5 100644 --- a/platform/src/views/business/goods.vue +++ b/platform/src/views/business/goods.vue @@ -104,8 +104,8 @@ import Pagination from '@/components/common/Pagination' import OperaGoodsWindow from '@/components/business/OperaGoodsWindow' import selectProduct from '@/components/business/selectProduct' -import { brand, category, importExcel } from '@/api/system/common.js' -import { updateDisableById, queryById, exportDoc, batchUpdateDisableById } from '@/api/business/goods.js' +import { brand, baseCategory, importExcel } from '@/api/system/common.js' +import { updateStatusById, queryById, exportDoc, batchUpdateDisableById } from '@/api/business/goods.js' export default { name: 'Goods', extends: BaseTable, @@ -237,13 +237,13 @@ return nums; }, getbrand() { - brand({}) + brand({type:1}) .then(res => { this.brandList = res }) }, getcategory() { - category({}) + baseCategory({}) .then(res => { this.categoryList = res }) -- Gitblit v1.9.3