lilei 1 week ago
parent
commit
56655b439f

+ 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') {