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 @@