feature: 开门红业绩查询

1. 增加刷新按钮
This commit is contained in:
mengxiaolong
2020-11-17 18:05:08 +08:00
parent 1b3eb465b3
commit ee0842812c

View File

@@ -157,7 +157,7 @@ export default {
},
mounted() {
this.initData()
// this.setRightBtn()
this.setRightBtn()
},
methods: {
showLevelCondition(level) {
@@ -203,26 +203,8 @@ export default {
}
// 发送接口查数据
},
async reset() {
this.params = {
manageCode: '86',
manageLv: '01',
queryType: 'd',
date: currentDate,
type: 'all',
queryCom: ''
}
this.active = 0
this.timeType = 0
this.typeIndex = 0
this.maxDate = new Date()
this.provinceName = '全国'
this.cityName = '全部'
this.areaName = '全部'
this.provinceCode = 0
this.cityCode = 0
this.areaCode = 0
this.resetFlag = true
reset() {
location.reload()
},
async getSetDate() {
let result = await this.getSummarizingData()