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页签,打开新页签