From be44c7c9087d4c868ea198f2d81e7f9b6bb80e86 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 06 Aug 2025 11:02:43 +0800
Subject: [PATCH] feat:智飞工单报出现空对象清除url参数
---
src/views/tickets/orderLog.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index f695d28..ebcf425 100644
--- a/src/views/tickets/orderLog.vue
+++ b/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: {
--
Gitblit v1.9.3