|
|
@ -363,7 +363,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
show (row) { // 查看成绩 |
|
|
|
show (row) { // 查看成绩 |
|
|
|
this.$store.commit('project/setReferrer', `${this.$route.path}?${qs.stringify(this.form)}&page=${this.page}`) |
|
|
|
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 () { |
|
|
|
saveIc () { |
|
|
|
if (!this.invitationCode) return Util.warningMsg("请输入邀请码"); |
|
|
|
if (!this.invitationCode) return Util.warningMsg("请输入邀请码"); |
|
|
|