文件路徑: views/product/addProduct/index.vue
代碼:
// 修改積分方式
updateDeduction(e) {
this.formValidate.integral_rate = e
},
文件路徑: views/product/addProduct/components/productMarket.vue
代碼:
// 切換積分抵扣
changeIntergral(e) {
this.$emit('updateDeduction', e);
}