|
@@ -537,6 +537,7 @@
|
|
forestInfo: '', //基本情况
|
|
forestInfo: '', //基本情况
|
|
//左侧获取事件信息统计
|
|
//左侧获取事件信息统计
|
|
totalStr: '000000',
|
|
totalStr: '000000',
|
|
|
|
+ totalAllEvent: 0,
|
|
aiTotal: '',
|
|
aiTotal: '',
|
|
newReport: '',
|
|
newReport: '',
|
|
otherTotal: '',
|
|
otherTotal: '',
|
|
@@ -1202,6 +1203,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)
|
|
})
|
|
})
|
|
@@ -1339,7 +1341,7 @@
|
|
if (pageNum < 1) {
|
|
if (pageNum < 1) {
|
|
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;
|