doum
23 小时以前 4e598bff548c0e4a89f30e1523bdfb8b59d97741
admin/src/views/vehicle/driver.vue
@@ -11,11 +11,10 @@
    <pagination @size-change="handleSizeChange" @current-change="getList" :pagination="pagination" />
  </div>
</template>
<script>
import Pagination from '@/components/common/Pagination'
import QueryForm from '@/components/common/QueryForm'
import { pageDriverList  } from '@/api/system/user.js'
import { pageDriverList} from '@/api/system/user.js'
import BaseComputHeight from '@/components/base/BaseComputHeight'
export default {
  extends: BaseComputHeight,
@@ -71,11 +70,11 @@
    },
    clear() {
      this.filters = {}
      this.getList(0)
      this.getList(1)
    },
    handleSizeChange(capacity) {
      this.pagination.capacity = capacity
      this.getList(0)
      this.getList(1)
    }
  }
}