Parcourir la source

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

lsx il y a 2 ans
Parent
commit
f8951c6994
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 || [];