doum
10 天以前 c261cb7ff2e4cfce233d02c6aca9e8f85e8ba1ba
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) {