From 3b9477e4179ac9fca90a1abeb2cf544155d832bc Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 20 八月 2021 14:27:54 +0800
Subject: [PATCH] 长春跟踪app

---
 src/pages/library/components/carList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/library/components/carList.vue b/src/pages/library/components/carList.vue
index c502700..5076a5b 100644
--- a/src/pages/library/components/carList.vue
+++ b/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

--
Gitblit v1.8.0