WXL
2025-01-15 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b
src/api/smartor/svyfinishtopic.js
@@ -29,8 +29,8 @@
// 修改问卷调查结果详情
export function updateSvyfinishtopic(data) {
  return request({
    url: '/smartor/svyfinishtopic',
    method: 'put',
    url: '/smartor/svyfinishtopic/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除问卷调查结果详情
export function delSvyfinishtopic(id) {
  return request({
    url: '/smartor/svyfinishtopic/' + id,
    method: 'delete'
    url: '/smartor/svyfinishtopic/remove/' + id,
    method: 'get'
  })
}