ZhangXianQiang
2024-05-21 ea3796f9a0098858f5726e03db56a339b6eab3cc
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页签,打开新页签