ZhangXianQiang
2024-03-20 5b2cb9a6f0b99e86991e173c45e07f9126da4ebb
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'
  })
}