Commit 32edc91b authored by dragondean@qq.com's avatar dragondean@qq.com

修复特价优惠费用类型type丢失

parent 02b642d5
...@@ -391,8 +391,8 @@ export default { ...@@ -391,8 +391,8 @@ export default {
// 没有优惠券ID的情况下才对特价做处理,有id则表示查看和编辑不做处理 // 没有优惠券ID的情况下才对特价做处理,有id则表示查看和编辑不做处理
if(!this.form.couponId && val == 6){ if(!this.form.couponId && val == 6){
this.fee[1] = [{}] this.fee[1] = [{type:1}]
this.fee[2] = [{}] this.fee[2] = [{type:2}]
} }
// 过一遍费用,禁用/启用、同步 部分货币单位 // 过一遍费用,禁用/启用、同步 部分货币单位
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment