Explorar o código

创建盲票优惠券新增使用范围

DELL %!s(int64=3) %!d(string=hai) anos
pai
achega
ae696c4a7c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/views/business/coupon/add.vue

+ 0 - 1
src/views/business/coupon/add.vue

@@ -200,7 +200,6 @@ export default {
           this.addIng = true
           if(this.addData.useArea === 1) {
             this.addData.boxIds = this.addData.ticketBoxList.map(item => { return item.boxId }).toString()
-            console.log(this.addData)
           }
           const { discount, minOrderAmt, ...rest } = this.addData
           addCoupon({...rest, ...{ discount: accMul(discount, 100), minOrderAmt: accMul(minOrderAmt, 100),}}).then(res => {