From d034264f1462429f54e0e3cab9e2253fd143fb0c Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 10 Jan 2025 17:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E5=AE=9E=E9=AA=8C=E6=8A=A5?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ass/list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index 5345a10..4b563a0 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -363,7 +363,7 @@ export default { }, show (row) { // 查看成绩 this.$store.commit('project/setReferrer', `${this.$route.path}?${qs.stringify(this.form)}&page=${this.page}`) - this.$router.push(`/record/trialReport?reportId=${row.reportId}`); + this.$router.push(`/record/${row.paperId ? 'theoryReport' : 'trialReport'}?reportId=${row.reportId}`); }, saveIc () { if (!this.invitationCode) return Util.warningMsg("请输入邀请码");