rk
3 天以前 585ff1cd29e9875f5f2a0fa2b0fdc876c5c6301f
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) {