From fc296bba91efd90d56b0e877aa5c38a2220a1ca8 Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Wed, 12 Feb 2025 17:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/event-tracing/components/CallDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/event-tracing/components/CallDialog.vue b/src/pages/event-tracing/components/CallDialog.vue index 02e49dd..b23ecdd 100644 --- a/src/pages/event-tracing/components/CallDialog.vue +++ b/src/pages/event-tracing/components/CallDialog.vue @@ -188,7 +188,7 @@ import { size } from "lodash"; }, // θΏ›ε…₯ι˜Ÿεˆ— handleEnterqueue(row){ - this.$router.push({path: '/mediation-page', query: {sourcePage: 'home', caseId: row.caseId}}) + this.$router.push({path: '/mediation-page', query: {sourcePage: 'home'}}) } } };