From b3feae4fa2b376d2790c19398e188f30d2d95bd4 Mon Sep 17 00:00:00 2001 From: xjs <1294405880@qq.com> Date: Thu, 17 Mar 2022 01:07:13 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=B1=9E=E6=80=A7=E5=88=86=E7=BB=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BDCRUD=E5=9F=BA=E6=9C=AC=E5=AE=9E=E7=8E=B0=202?= =?UTF-8?q?=E3=80=81=E9=81=87=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98=20->=20e?= =?UTF-8?q?lementUI=E7=BA=A7=E8=81=94=E9=80=89=E6=8B=A9=E6=A1=86=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E6=A0=BC=E5=BC=8F=20[1,2,3]=203=E3=80=81JsonConfig?= =?UTF-8?q?=E7=B1=BB=E9=85=8D=E7=BD=AE=E8=BF=87=E6=BB=A4=E5=99=A8=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mall/category-cascader.vue | 2 - .../attribute/attrgroup-add-or-update.vue | 45 +++++++++++++------ .../mall/product/brand-add-or-update.vue | 2 +- ruoyi-ui/src/views/mall/product/category.vue | 4 +- .../main/java/com/xjs/config/JsonConfig.java | 3 -- .../controller/AttrGroupController.java | 7 ++- .../mall/product/entity/AttrGroupEntity.java | 5 ++- 7 files changed, 43 insertions(+), 25 deletions(-) diff --git a/ruoyi-ui/src/views/components/mall/category-cascader.vue b/ruoyi-ui/src/views/components/mall/category-cascader.vue index 03da4c3e..9f43c905 100644 --- a/ruoyi-ui/src/views/components/mall/category-cascader.vue +++ b/ruoyi-ui/src/views/components/mall/category-cascader.vue @@ -51,8 +51,6 @@ export default { }, paths(v){ this.$emit("update:catelogPath",v); - //还可以使用pubsub-js进行传值 - // this.PubSub.publish("catPath",v); } }, //方法集合 diff --git a/ruoyi-ui/src/views/mall/product/attribute/attrgroup-add-or-update.vue b/ruoyi-ui/src/views/mall/product/attribute/attrgroup-add-or-update.vue index ee9405a5..8a37aa42 100644 --- a/ruoyi-ui/src/views/mall/product/attribute/attrgroup-add-or-update.vue +++ b/ruoyi-ui/src/views/mall/product/attribute/attrgroup-add-or-update.vue @@ -1,5 +1,6 @@