Преглед на файлове

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 || [];