fuliqi
2024-04-03 7f356bf22e4fe731e2b79ca3877e7c702eaf0704
src/api/platform/unit.js
@@ -4,8 +4,8 @@
export function listUnit(query) {
  return request({
    url: '/yw-unit/page',
    method: 'get',
    params: query
    method: 'post',
    data: query
  })
}
@@ -42,3 +42,11 @@
    method: 'delete'
  })
}
// 获取运维单位下拉列表
export function unitSelect() {
  return request({
    url: '/yw-unit/list',
    method: 'get'
  })
}