rk
2026-03-04 2af18c8ad2834fe18b38f57118cab7073bdb8ad0
admin/src/api/business/jkSketch.js
@@ -36,6 +36,10 @@
}
// 修改
export function updateSketchLine (data) {
  return request.post('/visitsAdmin/cloudService/business/jkSketch/updateSketchLine', data)
}
// 修改
export function updateById (data) {
  return request.post('/visitsAdmin/cloudService/business/jkSketch/updateById', data)
}