提交 03351e6b authored 作者: 王鹏飞's avatar 王鹏飞

报名阶段修改

上级 ad97fb3a
...@@ -49,9 +49,9 @@ export default { ...@@ -49,9 +49,9 @@ export default {
material: {}, material: {},
progress: {}, progress: {},
submissionStage: { submissionStage: {
0: ['FILLING', 'PREPAYMENT'], 0: ['FILLING'],
1: ['INTERVIEW_APPLICATION', 'AUDITION', 'INTERVIEW', 'PAYMENT'], 1: ['INTERVIEW_APPLICATION', 'AUDITION', 'PREPAYMENT', 'INTERVIEW'],
2: ['REGISTRATION'], 2: ['REGISTRATION', 'PAYMENT'],
3: ['CLOSED'] 3: ['CLOSED']
}, },
result: {}, result: {},
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
// 申请面试 // 申请面试
toInterview() { toInterview() {
if (this.activeProgress < 1) { if (this.activeProgress < 1) {
this.$message.warning('请完成报名申请并缴报名费') this.$message.warning('请完成报名申请')
return return
} }
this.$router.push('/my/interview') this.$router.push('/my/interview')
......
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
}, },
handlePageChange(value) { handlePageChange(value) {
this.currentActive = value this.currentActive = value
this.$router.push({ path: this.$route.path, query: { active: value } }).catch(() => {}) this.$router.push({ path: this.$route.path, query: { active: value } })
console.log('页面切换了', value) console.log('页面切换了', value)
}, },
handleSuccess(data) { handleSuccess(data) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论