提交 9ed99c07 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 6dbcc94e
...@@ -26,18 +26,20 @@ export default function(_this) { ...@@ -26,18 +26,20 @@ export default function(_this) {
beforeRequest(data) { beforeRequest(data) {
return { submission_stage: 'INTERVIEW_APPLICATION' } return { submission_stage: 'INTERVIEW_APPLICATION' }
}, },
callback() { // callback() {
_this.changeSubmissionStage(() => { // _this.changeSubmissionStage(() => {
this.form.options.disabled = true // this.form.options.disabled = true
}) // })
}, // },
errorCallback() { errorCallback() {
_this.completeVisible = true _this.completeVisible = true
} }
}, },
form: { form: {
prev: { to: { query: { active: 'interview_byzs' } } }, prev: { to: { query: { active: 'interview_byzs' } } },
// next: { to: { query: { active: 'application_pay' } } },
submitText: '申请面试', submitText: '申请面试',
// hasButton: false,
model: { submission_stage: 'INTERVIEW_APPLICATION' }, model: { submission_stage: 'INTERVIEW_APPLICATION' },
options: { 'label-position': 'top' }, options: { 'label-position': 'top' },
items: [ items: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论