无人机管理后台前端(已迁走)
罗广辉
2025-09-25 761c9e7f73ae18ce53d925f99bab7766c5c5876e
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)
    }
  })
});