This commit is contained in:
chenchun
2024-09-24 10:24:38 +08:00
parent 1fee392989
commit 6359696bde
3 changed files with 9 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ export function updateData(data) {
// 删除
export function delData(ids) {
return request({
url: `/field/${ids}`,
url: `/field`,
method: 'delete',
params:{id:ids}
})