Selaa lähdekoodia

2022.9.28 八爪鱼切换页码不刷新

ggooalice 2 vuotta sitten
vanhempi
commit
c1e7e1aa5f

+ 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();