src/pages/knowledgeBase/knowledgeBase.vue
@@ -744,21 +744,21 @@ CurrentChange(val) { if (this.CurrentPage != val) { this.CurrentPage = val; this.onSearch(""); this.onSearch({ text: this.keywords }); } }, // 上一页 PrevClick(val) { if (this.CurrentPage != val) { this.CurrentPage = val; this.onSearch(""); this.onSearch({ text: this.keywords }); } }, // 下一页 NextClick(val) { if (this.CurrentPage != val) { this.CurrentPage = val; this.onSearch(""); this.onSearch({ text: this.keywords }); } } }