@@ -491,6 +491,8 @@ export default {
handleChapterChange(item){
this.chapterId=item.report_chapter_id
this.info=null
+ this.page_no=0
+ this.total_page=0
this.getDetail()
this.handleBackTop()
},