无人机管理后台前端(已迁走)
罗广辉
2025-09-27 8411f7555769a717d711fcee3810a497dddc06bd
src/views/dataCenter/components/searchData.vue
@@ -361,7 +361,7 @@
  requestDockInfo();
  getDownloadStatusApi({type: 'htsjzx'}).then(res =>{
    if (!['CANCELLED','COMPLETED'].includes(res.data.data?.status || 'COMPLETED')){
      EventBus.emit('useDownloadWs-messageHandler',res.data.data)
      EventBus.emit('useGlobalWS-messageHandler',res.data.data)
    }
  })
});