mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 07:26:44 +08:00
feature: 开门红业绩查询
1. 增加刷新按钮
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user