龚焕茏
2024-07-17 7ab713ab85eec0b4f6b6332ddc207a698be3db0f
src/views/system/check/result/detail/detail.vue
@@ -1,7 +1,5 @@
<template>
  <div class="app-container">
    <el-page-header @back="goBack()" content="详情页面">
    </el-page-header>
    <el-container>
      <el-main>
@@ -237,7 +235,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页签,打开新页签