Преглед изворни кода

Merge branch 'dev' of mangpiao/mp-ui-pc into test

lsx пре 2 година
родитељ
комит
f8951c6994
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/business/goods/add.vue

+ 1 - 1
src/views/business/goods/add.vue

@@ -465,7 +465,7 @@ export default {
         isExcludePurchaseCoupon: true,
       }
       if(this.addData.goodsId) {
-        data.refId = this.addData.refId
+        data.couponId = this.addData.refId
       }
       getCouponAllList(data).then(response => {
         this.CouponList = response.rows || [];