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