无人机管理后台前端(已迁走)
张含笑
2025-09-26 8625fe88fc9928083fc492a417f26f4abf6d7d35
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)
    }
  })
});