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