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