소스 검색

数字环保-事件列表:录入搜索条件,查询出结果集后翻页

王通 1 년 전
부모
커밋
8c7e0ad477
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/forest.vue

+ 2 - 2
src/views/forest.vue

@@ -348,10 +348,10 @@
               </div>
               <!--分页-->
               <div class="paging">
-                <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum - 1)">上一页
+                <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum - 1,eventSearch)">上一页
                 </el-button>
                  <span>第{{pageNum}}页</span>
-                <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum + 1)">下一页
+                <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum + 1,eventSearch)">下一页
                 </el-button>
               </div>
             </dv-border-box-13>