fuliqi
2024-04-19 19e559358b907cff913d7aa277fa04496b7fe0a6
src/api/platform/unit.js
@@ -42,3 +42,11 @@
    method: 'delete'
  })
}
// 获取运维单位下拉列表
export function unitSelect() {
  return request({
    url: '/yw-unit/list',
    method: 'get'
  })
}