| | |
| | | <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, |
| | |
| | | }, |
| | | clear() { |
| | | this.filters = {} |
| | | this.getList(0) |
| | | this.getList(1) |
| | | }, |
| | | handleSizeChange(capacity) { |
| | | this.pagination.capacity = capacity |
| | | this.getList(0) |
| | | this.getList(1) |
| | | } |
| | | } |
| | | } |