修改
This commit is contained in:
parent
30b817944d
commit
e2c8a2ec50
@ -161,8 +161,8 @@
|
|||||||
this.Detailslist = []
|
this.Detailslist = []
|
||||||
this.newtime = e.year + '.' + e.month
|
this.newtime = e.year + '.' + e.month
|
||||||
this.monthTime = e.year + '-' + e.month + '-01'
|
this.monthTime = e.year + '-' + e.month + '-01'
|
||||||
this.personRevenueDetailsinfo();
|
|
||||||
this.personRevenueinfo();
|
this.personRevenueinfo();
|
||||||
|
this.personRevenueDetailsinfo();
|
||||||
this.tiemmask = false
|
this.tiemmask = false
|
||||||
},
|
},
|
||||||
//日历选择时间
|
//日历选择时间
|
||||||
@ -177,8 +177,8 @@
|
|||||||
this.monthStartTime = e.startYear + '-' + e.startMonth + '-' + e.startDay
|
this.monthStartTime = e.startYear + '-' + e.startMonth + '-' + e.startDay
|
||||||
this.monthEndTime = e.endYear + '-' + e.endMonth + '-' + e.endDay
|
this.monthEndTime = e.endYear + '-' + e.endMonth + '-' + e.endDay
|
||||||
this.monthTime = ''
|
this.monthTime = ''
|
||||||
this.personRevenueDetailsinfo();
|
|
||||||
this.personRevenueinfo();
|
this.personRevenueinfo();
|
||||||
|
this.personRevenueDetailsinfo();
|
||||||
this.tiemmask = false
|
this.tiemmask = false
|
||||||
},
|
},
|
||||||
//time
|
//time
|
||||||
@ -224,8 +224,8 @@
|
|||||||
},
|
},
|
||||||
onPullDownRefresh() { //下拉刷新
|
onPullDownRefresh() { //下拉刷新
|
||||||
this.pageNum = 1;
|
this.pageNum = 1;
|
||||||
this.personRevenueDetailsinfo();
|
|
||||||
this.personRevenueinfo();
|
this.personRevenueinfo();
|
||||||
|
this.personRevenueDetailsinfo();
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
uni.stopPullDownRefresh();
|
uni.stopPullDownRefresh();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user