Commit 99a097e0 authored by 潘永坪's avatar 潘永坪

无用符号删除

parent 96232266
...@@ -560,7 +560,7 @@ export default { ...@@ -560,7 +560,7 @@ export default {
this.productIfo = res.data this.productIfo = res.data
this.productCompanyId=this.productIfo.merchantVo.productCompanyId this.productCompanyId=this.productIfo.merchantVo.productCompanyId
this.defaultAreaCode = this.productIfo.defaultAreaCode || '' this.defaultAreaCode = this.productIfo.defaultAreaCode || ''
this.merchantCode = this.productIfo.merchantVo.code, //商户code this.merchantCode = this.productIfo.merchantVo.code //商户code
this.productId = res.data.id//产品id变化,重新赋值产品id this.productId = res.data.id//产品id变化,重新赋值产品id
this.merchantId = res.data.merchantId //重新赋值商户id this.merchantId = res.data.merchantId //重新赋值商户id
this.beforeBookDays = res.data.beforeBookDays || 0 //提前预定天数 this.beforeBookDays = res.data.beforeBookDays || 0 //提前预定天数
......
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