|
@@ -180,6 +180,7 @@ export default {
|
|
|
stationNo: undefined, // 网点名称
|
|
|
deviceType: '', // 设备类型
|
|
|
deliveryWay: '', // 投放方式
|
|
|
+ rubbishType: '',
|
|
|
goldNumStart: null, // 兑换最小值
|
|
|
goldNumEnd: null, // 兑换最大值
|
|
|
rubbishWeightStart: null, // 投放重量最小值
|
|
@@ -385,7 +386,8 @@ export default {
|
|
|
this.queryParam.rubbishWeightStart = ''// 投放重量最小值
|
|
|
this.queryParam.rubbishWeightEnd = '' // 投放重量最大值
|
|
|
this.queryParam.deliveryWay = '' // 投放方式
|
|
|
- this.queryParam.weightTagList = []
|
|
|
+ this.queryParam.rubbishType = ''
|
|
|
+ this.queryParam.weightTagList = []
|
|
|
this.$refs.table.refresh(true)
|
|
|
}
|
|
|
}
|