From 2b6c61d26e63b1ed0c92f9d99120d7b5b387dca9 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期二, 12 十月 2021 16:31:51 +0800 Subject: [PATCH] jiankong --- src/pages/library/components/baseList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/library/components/baseList.vue b/src/pages/library/components/baseList.vue index d56c868..61fc233 100644 --- a/src/pages/library/components/baseList.vue +++ b/src/pages/library/components/baseList.vue @@ -246,8 +246,8 @@ cancelButtonClass: 'comfirm-class-cancle', confirmButtonClass: 'comfirm-class-sure' }).then(() => { - fetch(`/data/api-v/dbtable/deleteDBtablesById/${id}`, { - method: 'POST', + fetch(`/data/api-v/dbtable/deleteDBtablesById?id=${id}`, { + method: 'GET', headers: { 'Content-Type': 'application/json', 'Authorization': token -- Gitblit v1.8.0