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