diff --git a/src/views/marketing_center/components/couponDialog.vue b/src/views/marketing_center/components/couponDialog.vue index 8f49eeb..fd293fb 100644 --- a/src/views/marketing_center/components/couponDialog.vue +++ b/src/views/marketing_center/components/couponDialog.vue @@ -197,7 +197,7 @@
- + @@ -524,6 +524,13 @@ function selectFoodsConfirm(e) { form.value.foods = e.join(","); } +// 切换商品类型 +function goodRadioChnage(e) { + console.log(e); + form.value.foods = ''; + goodsTypeCascaderValue.value = []; +} + // 选择的店铺列表 const shops = ref([]); function shopsChange(e) { diff --git a/src/views/marketing_center/components/getDetailDialog.vue b/src/views/marketing_center/components/getDetailDialog.vue index 05ef503..691fd49 100644 --- a/src/views/marketing_center/components/getDetailDialog.vue +++ b/src/views/marketing_center/components/getDetailDialog.vue @@ -77,6 +77,7 @@ > +