| | |
| | | </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> |
| | |
| | | confirmButtonClass: "comfirm-class-sure" |
| | | }) |
| | | .then(_ => { |
| | | fetch(`/data/api-v/dbperson/deleteDbPersonById/${id}`, { |
| | | method: "POST", |
| | | fetch(`/data/api-v/dbperson/deleteDbPersonById?id=${id}`, { |
| | | method: "GET", |
| | | headers: { |
| | | "Content-Type": "application/json", |
| | | Authorization: token |
| | |
| | | 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; |