| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <el-page-header @back="goBack()" content="详情页面"> |
| | | </el-page-header> |
| | | |
| | | <el-container> |
| | | <el-main> |
| | |
| | | }, |
| | | /** 返回按钮 */ |
| | | 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页签,打开新页签 |