无人机管理后台前端(已迁走)
张含笑
2025-08-06 be44c7c9087d4c868ea198f2d81e7f9b6bb80e86
feat:智飞工单报出现空对象清除url参数
1 files modified
3 ■■■■■ changed files
src/views/tickets/orderLog.vue 3 ●●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -702,8 +702,11 @@
    if (id) {
      // 确保 id 存在
      this.handleViewDetail({ id })
      const find = this.$store.state.tags.bsTagList.find(i => i.path === '/tickets/orderLog')
        find && (find.query = {})
    } else {
      console.error('工单ID不存在!')
    }
  },
  computed: {