From ad33e8834b09f52f3751be207b75346ab6be7494 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 03 一月 2024 17:35:36 +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