src/pages/library/components/personList.vue
@@ -664,8 +664,8 @@ 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 @@ -728,7 +728,7 @@ this.BaseManageData.page = current; this.getPersonList(); }, handleSizeChange(val){ handleSizeChange(val) { //this.pageSize = val; this.BaseManageData.size = val; this.getPersonList();