浏览代码

2022.9.28 八爪鱼切换页码不刷新

ggooalice 2 年之前
父节点
当前提交
c1e7e1aa5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/octopus/src/views/workReport/review.vue

+ 1 - 1
fhKeeper/formulahousekeeper/octopus/src/views/workReport/review.vue

@@ -138,7 +138,7 @@
                 return string.split('\n')
             },
 
-            handleSizeChange(){
+            handleSizeChange(val){
                 this.size = val;
                 this.page = 1
                 this.getTableList();