WXL
2024-04-24 f4dcb9cf920f2229d5bab5b989f0ed944cffd46d
src/api/smartor/svytitle.js
@@ -29,8 +29,8 @@
// 修改问卷
export function updateSvytitle(data) {
  return request({
    url: '/smartor/svytitle',
    method: 'put',
    url: '/smartor/svytitle/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除问卷
export function delSvytitle(svyid) {
  return request({
    url: '/smartor/svytitle/' + svyid,
    method: 'delete'
    url: '/smartor/svytitle/remove/' + svyid,
    method: 'get'
  })
}