zhangzengfei
2021-02-01 3a5d29e6dffa18e5e44579360e4c278acc3b8423
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();