zhangzengfei
2021-02-01 a24ca741c5fcf4cd05e51e083a62eb4e68eeaa6e
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