From 9b9e8fc6d4646077eef572468236ced4ff9e119b Mon Sep 17 00:00:00 2001 From: hufflzp <1395188856@qq.com> Date: Thu, 18 Dec 2025 12:00:33 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E5=95=86=E5=93=81=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../product/productList/components/addProductEdit.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/product/productList/components/addProductEdit.vue b/src/views/product/productList/components/addProductEdit.vue index b44ddee..2c7ab81 100644 --- a/src/views/product/productList/components/addProductEdit.vue +++ b/src/views/product/productList/components/addProductEdit.vue @@ -1905,13 +1905,13 @@ export default { if (category != null) { //判断更改后的商品类型是否一致,不一致不可以改! - if (this.shop_product_index.type_id == category.type_id) { + // if (this.shop_product_index.type_id == category.type_id) { this.productForm.category_id = category.category_id this.productForm.text_category_id = category.category_name this.productForm.category_name = category.category_name - } else { - this.$baseMessage('商品类型不一致,不可以更改分类!', 'error') - } + // } else { + // this.$baseMessage('商品类型不一致,不可以更改分类!', 'error') + // } } } },