ZhangXianQiang
2024-04-16 ee17debc7eff4af0bbfc1f28a256f2a05993b0c5
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'
  })
}