From ea3796f9a0098858f5726e03db56a339b6eab3cc Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 21 五月 2024 09:13:19 +0800 Subject: [PATCH] Merge branch 'master' into dev-threejs --- src/views/system/check/result/detail/detail.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/check/result/detail/detail.vue b/src/views/system/check/result/detail/detail.vue index 05adf88..b6db3cf 100644 --- a/src/views/system/check/result/detail/detail.vue +++ b/src/views/system/check/result/detail/detail.vue @@ -237,7 +237,7 @@ }, /** 杩斿洖鎸夐挳 */ goBack() { - const obj = { path: "/examine/detail", query: { index: this.$route.query.deptId, examineTag: this.$route.query.examineTag, pageNum: this.$route.query.pageNum } }; + const obj = { path: "/check/detail", query: { index: this.$route.query.deptId, examineTag: this.$route.query.examineTag, pageNum: this.$route.query.pageNum } }; this.$tab.closeOpenPage(obj); }, // 鍏抽棴褰撳墠tab椤电锛屾墦寮�鏂伴〉绛� -- Gitblit v1.8.0