1.利用watch 監(jiān)聽總條數(shù)的變化, 強(qiáng)制讓當(dāng)前頁(yè)減一,在此渲染頁(yè)面即可
?watch:?{
????//?修復(fù)分頁(yè)顯示
????total:?function()?{
??????if?(this.total?==?(this.queryInfo.pagenum?-?1)?*?this.queryInfo.pagesize)?{
????????this.queryInfo.pagenum--
????????this.getcategoryList()
??????}
????}
??}