From 11b3fee3b15e3facf39e5ce9570b65b838b919c4 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 11 十月 2023 17:16:04 +0800
Subject: [PATCH] yxh
---
src/api/project/relativesconfirmation.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/api/project/relativesconfirmation.js b/src/api/project/relativesconfirmation.js
index 5db2f60..06a372a 100644
--- a/src/api/project/relativesconfirmation.js
+++ b/src/api/project/relativesconfirmation.js
@@ -38,8 +38,8 @@
// 淇敼鎹愮尞浜插睘纭
export function updateRelativesconfirmation(data) {
return request({
- url: '/project/relativesconfirmation',
- method: 'put',
+ url: '/project/relativesconfirmation/edit',
+ method: 'post',
data: data
})
}
@@ -80,8 +80,8 @@
// 鍒犻櫎鎹愮尞浜插睘纭
export function delRelativesconfirmation(id) {
return request({
- url: '/project/relativesconfirmation/' + id,
- method: 'delete'
+ url: '/project/relativesconfirmation/remove/' + id,
+ method: 'get',
})
}
--
Gitblit v1.9.3