MrShi
昨天 3d7be16ba28560f6d308d4e405310b0d1c0d5855
admin/src/api/system/dictData.js
@@ -19,7 +19,10 @@
export function deleteById (id) {
  return request.get(`/visitsAdmin/cloudService/system/dictData/delete/${id}`)
}
// 查询字典值数据
export function getSystemDictData (label) {
  return request.get(`/visitsAdmin/cloudService/system/dictData/getSystemDictData?dictCode=SYSTEM&label=${label}`)
}
// 批量删除
export function deleteByIdInBatch (ids) {
  return request.get('/system/dictData/delete/batch', {