From a24ca741c5fcf4cd05e51e083a62eb4e68eeaa6e Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期一, 01 二月 2021 11:00:20 +0800
Subject: [PATCH] 完善bhomebus 的 api 接口

---
 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