mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 10:16:43 +08:00
feature: 开门红业绩查询
1. 增加刷新按钮
This commit is contained in:
@@ -157,7 +157,7 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initData()
|
this.initData()
|
||||||
// this.setRightBtn()
|
this.setRightBtn()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showLevelCondition(level) {
|
showLevelCondition(level) {
|
||||||
@@ -203,26 +203,8 @@ export default {
|
|||||||
}
|
}
|
||||||
// 发送接口查数据
|
// 发送接口查数据
|
||||||
},
|
},
|
||||||
async reset() {
|
reset() {
|
||||||
this.params = {
|
location.reload()
|
||||||
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
|
|
||||||
},
|
},
|
||||||
async getSetDate() {
|
async getSetDate() {
|
||||||
let result = await this.getSummarizingData()
|
let result = await this.getSummarizingData()
|
||||||
|
|||||||
Reference in New Issue
Block a user