|
@@ -509,6 +509,7 @@
|
|
forestInfo: '', //基本情况
|
|
forestInfo: '', //基本情况
|
|
//左侧获取事件信息统计
|
|
//左侧获取事件信息统计
|
|
totalStr: '000000',
|
|
totalStr: '000000',
|
|
|
|
+ totalAllEvent: 0,
|
|
aiTotal: '',
|
|
aiTotal: '',
|
|
newReport: '',
|
|
newReport: '',
|
|
otherTotal: '',
|
|
otherTotal: '',
|
|
@@ -860,6 +861,7 @@
|
|
this.readySure = res.data.readySure
|
|
this.readySure = res.data.readySure
|
|
this.readySure_pre = res.data.readySure_pre
|
|
this.readySure_pre = res.data.readySure_pre
|
|
this.totalStr = res.data.totalStr
|
|
this.totalStr = res.data.totalStr
|
|
|
|
+ this.totalAllEvent = +res.data.totalStr
|
|
this.total = res.data.total
|
|
this.total = res.data.total
|
|
this.eventChartAi(this.aiTotal_pre, this.otherTotal_pre)
|
|
this.eventChartAi(this.aiTotal_pre, this.otherTotal_pre)
|
|
})
|
|
})
|
|
@@ -991,8 +993,7 @@
|
|
this.$modal.msg('当前已是第一页')
|
|
this.$modal.msg('当前已是第一页')
|
|
|
|
|
|
return;
|
|
return;
|
|
- }
|
|
|
|
- else if(pageNum>num)
|
|
|
|
|
|
+ }else if(pageNum>this.totalAllEvent/10+1)
|
|
{
|
|
{
|
|
this.$modal.msg('当前已是最后一页')
|
|
this.$modal.msg('当前已是最后一页')
|
|
return;
|
|
return;
|