调整转跳路由

This commit is contained in:
唐明明
2021-09-27 17:31:38 +08:00
parent 005dc9ead1
commit 75037949a7

View File

@@ -191,7 +191,7 @@
}, },
// 选择关联商品 // 选择关联商品
onSelectGoods(){ onSelectGoods(){
this.$Router.push({name: 'selectGoods', params: {type: this.types[this.typeIndex].id}}) this.$Router.push({name: 'couponsSelectGoods', params: {type: this.types[this.typeIndex].id}})
}, },
// 发布优惠券 // 发布优惠券
updComponent(){ updComponent(){