ZhangXianQiang
2024-04-01 bd9cb65c8ee634f1f7bad5a69e891e3a4f46b768
src/api/platform/point.js
@@ -61,3 +61,12 @@
    method: 'delete'
  })
}
// 点位下拉列表
export function pointSelectData(param) {
  return request({
    url: '/yw-point/select',
    method: 'get',
    params: param
  })
}