Explorar el Código

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

lsx hace 2 años
padre
commit
f8951c6994
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 || [];