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