MrShi
8 天以前 cf69b541f8ef1ac4fae24bd99b0259b7af035490
admin/src/views/vehicle/driver.vue
@@ -71,11 +71,11 @@
    },
    clear() {
      this.filters = {}
      this.getList(0)
      this.getList(1)
    },
    handleSizeChange(capacity) {
      this.pagination.capacity = capacity
      this.getList(0)
      this.getList(1)
    }
  }
}