无人机管理后台前端(已迁走)
罗广辉
2025-08-08 4a4fc1b447e7c5a347fcefb3a6e99b9d597fa740
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: {