diff --git a/src/api/goods.ts b/src/api/goods.ts index c9699b4..4455bfb 100644 --- a/src/api/goods.ts +++ b/src/api/goods.ts @@ -26,6 +26,6 @@ export function apiGoodsDetail(params: any) { } // 商品分类列表 -export function checkCategory(params: any) { - return request.post({ url: '/goodsCategory/checkCategory', params }) +export function checkCategory() { + return request.post({ url: '/goodsCategory/checkCategory' }) } \ No newline at end of file diff --git a/src/components/material/picker.vue b/src/components/material/picker.vue index 560f94e..4692c07 100644 --- a/src/components/material/picker.vue +++ b/src/components/material/picker.vue @@ -1,33 +1,18 @@