zhangzengfei
2021-03-29 24a6b3c3028ed77bb079b2ff76a30179c1db6c51
src/pages/library/components/carList.vue
@@ -694,8 +694,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