From e60efcfdfc67bc15093b0679daea5911ba1435bb Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 04 七月 2024 19:22:42 +0800 Subject: [PATCH] 测试完成 --- src/api/smartor/svyfinishoption.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/smartor/svyfinishoption.js b/src/api/smartor/svyfinishoption.js index a4389d8..fec6ed2 100644 --- a/src/api/smartor/svyfinishoption.js +++ b/src/api/smartor/svyfinishoption.js @@ -29,8 +29,8 @@ // 淇敼闂嵎鏈�缁堢粨鏋滈�夐」璇︽儏 export function updateSvyfinishoption(data) { return request({ - url: '/smartor/svyfinishoption', - method: 'put', + url: '/smartor/svyfinishoption/edit', + method: 'post', data: data }) } @@ -38,7 +38,7 @@ // 鍒犻櫎闂嵎鏈�缁堢粨鏋滈�夐」璇︽儏 export function delSvyfinishoption(id) { return request({ - url: '/smartor/svyfinishoption/' + id, - method: 'delete' + url: '/smartor/svyfinishoption/remove/' + id, + method: 'get' }) } -- Gitblit v1.9.3