rk
6 天以前 086be7eae50e48ad554fd8a3f4cb1e333d587595
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) {