From d9ffaa6b4e0aca6b8b314d85754d6e8b3661f087 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Wed, 21 May 2025 17:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=95=86=E5=93=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/goods.ts | 4 +- src/components/material/picker.vue | 73 ++-- src/views/goods/edit copy.vue | 331 +++++++++++---- src/views/goods/edit.vue | 633 ++++++++++++++++++----------- src/views/goods_category/edit.vue | 22 +- src/views/goods_category/index.vue | 70 ++-- 6 files changed, 707 insertions(+), 426 deletions(-) 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 @@