forked from drone/command-center-dashboard

张含笑
2025-04-10 fee18d19a1d961847cd09469a20fc8231c1df46c
src/api/home/machineNest.js
@@ -9,13 +9,12 @@
   })
}
// 机巢列表
export const selectDevicePage = ({ nickname, is_execute, ...params }) => {
export const selectDevicePage = ({ nickname, ...params }) => {
   return request({
      url: `/drone-device-core/manage/api/v1/devices/selectDevicePage?type=${params.type}&current=${params.current}&size=${params.size}`,
      method: 'post',
      data: {
         nickname,
         is_execute,
      },
   })
}