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