lilei преди 1 месец
родител
ревизия
56655b439f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/salesManagement/salesQueryNew/comps/detailProductList.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/detailProductList.vue

@@ -373,7 +373,7 @@ export default {
         showStock: this.showStock,
         warehouseSn: this.warehouseSn,
         borrowFlag: this.borrowFlag,
-        promotionFlag: this.promoProductClz == '' ? undefined : this.promoProductClz
+        promoProductClz: this.promoProductClz == '' ? undefined : this.promoProductClz
       }
       // 查询正常产品
       if (this.type == 'normal') {