| | |
| | | </div> |
| | | <div class="pt5" style="height:40px;position:relative"> |
| | | <el-pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="refrash" |
| | | :current-page="BaseManageData.page" |
| | | :page-size="BaseManageData.size" |
| | | :page-sizes="[10,20,50,100]" |
| | | style="position:absolute;right:10px;bottom:5px" |
| | | layout="total,sizes,prev,pager,next,jumper" |
| | | :total="BaseManageData.total" |
| | | ></el-pagination> |
| | | </div> |
| | |
| | | this.BaseManageData.page = current; |
| | | this.getPersonList(); |
| | | }, |
| | | handleSizeChange(val){ |
| | | //this.pageSize = val; |
| | | this.BaseManageData.size = val; |
| | | this.getPersonList(); |
| | | }, |
| | | handleClick(row) { |
| | | this.form = row; |
| | | this.dialogFormVisible = true; |