This commit is contained in:
曹辉 2023-04-12 16:44:35 +08:00
parent 30b817944d
commit e2c8a2ec50

View File

@ -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);