|
@@ -21,7 +21,7 @@
|
|
v-model="queryParam.promoType"
|
|
v-model="queryParam.promoType"
|
|
ref="sourceType"
|
|
ref="sourceType"
|
|
id="promotionInfoList-promoType"
|
|
id="promotionInfoList-promoType"
|
|
- code="PROMO_STATE"
|
|
|
|
|
|
+ code="SHOP_PROMO_PROMO_TYPE"
|
|
placeholder="请选择促销类型"
|
|
placeholder="请选择促销类型"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
@@ -32,7 +32,7 @@
|
|
v-model="queryParam.dealerPublishState"
|
|
v-model="queryParam.dealerPublishState"
|
|
ref="sourceType"
|
|
ref="sourceType"
|
|
id="promotionInfoList-dealerPublishState"
|
|
id="promotionInfoList-dealerPublishState"
|
|
- code="PROMO_STATE"
|
|
|
|
|
|
+ code="SHOP_PROMO_PROMO_STATE"
|
|
placeholder="请选择促销状态"
|
|
placeholder="请选择促销状态"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
@@ -261,6 +261,7 @@ export default {
|
|
this.queryParam.beginDate = undefined
|
|
this.queryParam.beginDate = undefined
|
|
this.queryParam.endDate = undefined
|
|
this.queryParam.endDate = undefined
|
|
this.queryParam.name = ''
|
|
this.queryParam.name = ''
|
|
|
|
+ this.queryParam.promoType = undefined
|
|
this.queryParam.dealerPublishState = undefined
|
|
this.queryParam.dealerPublishState = undefined
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
},
|
|
},
|