|
|
@ -101,7 +101,7 @@ export default { |
|
|
|
this.$store.commit('setInnerReferrer', this.$route.fullPath) |
|
|
|
this.$store.commit('setInnerReferrer', this.$route.fullPath) |
|
|
|
const cur = this.form.competitionStage[i] |
|
|
|
const cur = this.form.competitionStage[i] |
|
|
|
const showFile = !!(cur.method === 2 && cur.competitionStageContentSetting && cur.competitionStageContentSetting.whetherToUploadFiles) |
|
|
|
const showFile = !!(cur.method === 2 && cur.competitionStageContentSetting && cur.competitionStageContentSetting.whetherToUploadFiles) |
|
|
|
this.$router.push(`/${cur.method === 2 ? 'matchArchList' : 'theoryArchList'}?id=${this.id}&stageId=${row.stageId}&method=${row.method}&competitionType=${row.competitionType}&showFile=${showFile}`) |
|
|
|
this.$router.push(`/${cur.method !== 1 ? 'matchArchList' : 'theoryArchList'}?id=${this.id}&stageId=${row.stageId}&method=${row.method}&competitionType=${row.competitionType}&showFile=${showFile}`) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|