From 58fac0e6048fbb7f0e10755733f4cc405c313b31 Mon Sep 17 00:00:00 2001 From: BabyBoy <2019108827@qq.com> Date: Thu, 11 Sep 2025 11:31:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/product/AddProduct.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pms/product/AddProduct.vue b/src/views/pms/product/AddProduct.vue index 249b152..7e2a6cb 100644 --- a/src/views/pms/product/AddProduct.vue +++ b/src/views/pms/product/AddProduct.vue @@ -35,7 +35,7 @@ value: 'id', label: 'name', children: 'children', - checkStrictly: true, + checkStrictly: false, emitPath: false }" placeholder="请选择分类" From 73b44c304a0640cd7d59b3fbc68e76c29156138e Mon Sep 17 00:00:00 2001 From: BabyBoy <2019108827@qq.com> Date: Fri, 12 Sep 2025 10:09:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/category/index.ts | 2 +- src/views/agent/index.vue | 2 +- src/views/pms/brand/index.vue | 9 ++++++++- src/views/pms/product/index.vue | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/api/system/category/index.ts b/src/api/system/category/index.ts index 016b14a..a6fd1e9 100644 --- a/src/api/system/category/index.ts +++ b/src/api/system/category/index.ts @@ -44,7 +44,7 @@ export function addPost(data: PostForm) { // 修改岗位 export function updatePost(data: PostForm) { return request({ - url: '/cms/article/update', + url: '/cms/article/category/update', method: 'post', data: data }); diff --git a/src/views/agent/index.vue b/src/views/agent/index.vue index 8a751f6..a9d36f7 100644 --- a/src/views/agent/index.vue +++ b/src/views/agent/index.vue @@ -74,7 +74,7 @@ - + diff --git a/src/views/pms/brand/index.vue b/src/views/pms/brand/index.vue index 6356193..f56c82a 100644 --- a/src/views/pms/brand/index.vue +++ b/src/views/pms/brand/index.vue @@ -32,7 +32,14 @@ diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index 14d89eb..ab31adc 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -107,12 +107,10 @@ {{ scope.row.authFlag == 1 ? '待审核' : scope.row.authFlag == 2 ? '审核通过' : '审核驳回' }} - +