|
@@ -150,7 +150,7 @@ export default {
|
|
|
this.disabled = true
|
|
|
this.queryParam.dealerSn = this.buyerSn
|
|
|
this.queryParam.promoProductClz = this.promoProductClz
|
|
|
- return queryPromoProductPage(Object.assign(parameter, this.queryParam, { onlineFalg: '1' })).then(res => {
|
|
|
+ return queryPromoProductPage(Object.assign(parameter, this.queryParam, { onlineFalg: '1', productType3Flag: '1' })).then(res => {
|
|
|
let data
|
|
|
if (res.status == 200) {
|
|
|
data = res.data
|