提交 84861255 authored 作者: haodaking's avatar haodaking

revert:申请声明放到报名缴费之前

上级 a3aca51c
......@@ -44,11 +44,11 @@ export default {
code: 'applicaitonInfo',
view: { to: { path: '/my/application', query: { active: 'application_info' } } }
},
{
title: '缴报名费',
code: 'applicationPay',
view: { to: { path: '/my/application', query: { active: 'application_pay' } } }
}
// {
// title: '缴报名费',
// code: 'applicationPay',
// view: { to: { path: '/my/application', query: { active: 'application_pay' } } }
// }
// {
// title: '推荐信',
// code: 'applicationTjx',
......
......@@ -26,7 +26,7 @@ export default function(_this) {
callback() {
_this.getApplication()
this.form.options.disabled = true
// _this.$router.push({ path: this.$route.path, query: { active: 'application_pay' } })
_this.$router.push({ path: this.$route.path, query: { active: 'application_pay' } })
// _this.$router.push({ path: '/my/interview' })
},
errorCallback() {
......@@ -34,7 +34,7 @@ export default function(_this) {
}
},
form: {
prev: { to: { query: { active: 'application_pay' } } },
prev: { to: { query: { active: 'application_info', tab: 'application_info_attachment' } } },
submitText: '提交报名申请',
model: { isAgree: [] },
options: {},
......
......@@ -11,14 +11,15 @@ export default function(_this) {
info(_this),
// tjx(_this),
// wfzsm(_this),
declare(_this),
{
id: 'application_pay',
title: '缴报名费',
show: false,
visible() {
return _this.visible
}
},
declare(_this)
}
]
}
}
......@@ -46,7 +46,7 @@ export default function(_this) {
},
form: {
prev: { to: { query: { active: 'application_info', tab: 'application_info_answer' } } },
next: { to: { query: { active: 'application_pay' } } },
next: { to: { query: { active: 'application_declare' } } },
hasButton: false,
options: { labelWidth: '140px' },
items: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论