|
@@ -197,7 +197,7 @@ export default {
|
|
recyclable: '', // 可回收物总计
|
|
recyclable: '', // 可回收物总计
|
|
queryParam: {
|
|
queryParam: {
|
|
srcDeviceCode: undefined, // 设备编号
|
|
srcDeviceCode: undefined, // 设备编号
|
|
- stationName: '', // 网点名称
|
|
|
|
|
|
+ stationNo: undefined, // 网点名称
|
|
orderType: 'max', // 排序规则
|
|
orderType: 'max', // 排序规则
|
|
beginDate: null, // 开始时间
|
|
beginDate: null, // 开始时间
|
|
endDate: null, // 结束时间
|
|
endDate: null, // 结束时间
|
|
@@ -461,7 +461,7 @@ export default {
|
|
// 重置
|
|
// 重置
|
|
reset () {
|
|
reset () {
|
|
this.queryParam.srcDeviceCode = undefined
|
|
this.queryParam.srcDeviceCode = undefined
|
|
- this.queryParam.stationName = ''
|
|
|
|
|
|
+ this.queryParam.stationNo = undefined
|
|
this.queryParam.orderType = ''
|
|
this.queryParam.orderType = ''
|
|
this.queryParam.beginDate = null
|
|
this.queryParam.beginDate = null
|
|
this.queryParam.endDate = null
|
|
this.queryParam.endDate = null
|
|
@@ -469,6 +469,7 @@ export default {
|
|
this.queryParam.cityCode = undefined
|
|
this.queryParam.cityCode = undefined
|
|
this.queryParam.districtCode = undefined
|
|
this.queryParam.districtCode = undefined
|
|
this.time = []
|
|
this.time = []
|
|
|
|
+ this.$refs.table.refresh(true)
|
|
},
|
|
},
|
|
// 查看清运详情
|
|
// 查看清运详情
|
|
handleDetail (record) {
|
|
handleDetail (record) {
|