|
@@ -201,7 +201,7 @@ export default {
|
|
|
beginDate: undefined, // 促销开始时间
|
|
|
endDate: undefined, // 促销结束时间
|
|
|
promoName: '', // 促销名称
|
|
|
- promoType: '', // 促销类型
|
|
|
+ promoType: undefined, // 促销类型
|
|
|
promoState: undefined// 是否发布
|
|
|
},
|
|
|
itemId: '', // 当前活动sn
|
|
@@ -310,7 +310,7 @@ export default {
|
|
|
this.queryParam.beginDate = undefined
|
|
|
this.queryParam.endDate = undefined
|
|
|
this.queryParam.promoName = ''
|
|
|
- this.queryParam.promoType = ''
|
|
|
+ this.queryParam.promoType = undefined
|
|
|
this.queryParam.promoState = undefined
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|