doum
2026-01-19 9b46e9e116c0f2a51a496da2fb24502ece01f5cd
admin/src/api/business/labels.js
@@ -19,6 +19,10 @@
export function updateById (data) {
  return request.post('/business/labels/updateById', data)
}
// 修改
export function updateStatusById (data) {
  return request.post('/business/labels/updateStatusById', data)
}
// 删除
export function deleteById (id) {