scorpio hace 3 años
padre
commit
34599fcd29
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/home/component/dash.vue

+ 2 - 2
src/views/home/component/dash.vue

@@ -291,11 +291,11 @@ export default {
     },
     currentChange (currentPage) {
       this.page.currentPage = currentPage
-      this.refreshChange()
+      // this.refreshChange()
     },
     sizeChange (pageSize) {
       this.page.pageSize = pageSize
-      this.refreshChange()
+      // this.refreshChange()
     },
     refreshChange () {
       this.onLoad(this.query)