|
@@ -62,6 +62,7 @@
|
|
// this.getMessageList()
|
|
// this.getMessageList()
|
|
this.$u.api.getMonthList({pageSize:pageSize ,pageNum: pageNum})
|
|
this.$u.api.getMonthList({pageSize:pageSize ,pageNum: pageNum})
|
|
.then(res=>{
|
|
.then(res=>{
|
|
|
|
+ if(res.code == 200){
|
|
console.log('res',res)
|
|
console.log('res',res)
|
|
// 接口返回的当前页数据列表 (数组)
|
|
// 接口返回的当前页数据列表 (数组)
|
|
let curPageData = res.data.rows;
|
|
let curPageData = res.data.rows;
|
|
@@ -108,7 +109,11 @@
|
|
this.beginTime = year + '.' + month + '.' + day
|
|
this.beginTime = year + '.' + month + '.' + day
|
|
console.log(this.beginTime)
|
|
console.log(this.beginTime)
|
|
this.endTime = year2 + '.' + month2 + '.' + day2
|
|
this.endTime = year2 + '.' + month2 + '.' + day2
|
|
|
|
+ }else{
|
|
|
|
+ this.mescroll.endErr()
|
|
|
|
+ }
|
|
}).catch(err=>{
|
|
}).catch(err=>{
|
|
|
|
+ console.log('err',err);
|
|
this.$refs.uToast.show({
|
|
this.$refs.uToast.show({
|
|
title: err.msg,
|
|
title: err.msg,
|
|
type: 'error',
|
|
type: 'error',
|