提交 11b2fa40 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改项目名称

上级 6bd0c146
...@@ -45,16 +45,17 @@ export default { ...@@ -45,16 +45,17 @@ export default {
ruleForm: { name: '', phone: '', project_id: '1012', channel: 19960 }, ruleForm: { name: '', phone: '', project_id: '1012', channel: 19960 },
projectList: [ projectList: [
{ label: this.$t('aside.project1'), value: '1012' }, { label: this.$t('aside.project1'), value: '1012' },
// { label: this.$t('aside.project2'), value: '1000' },
{ label: this.$t('aside.project3'), value: '1008' },
{ label: this.$t('aside.project4'), value: '1001' },
{ label: this.$t('aside.project5'), value: '1006' }, { label: this.$t('aside.project5'), value: '1006' },
{ label: this.$t('aside.project6'), value: '1005' }, { label: this.$t('aside.project6'), value: '1005' },
{ label: this.$t('aside.project3'), value: '1008' },
{ label: '餐饮管理方向MBA', value: '1015' }, { label: '餐饮管理方向MBA', value: '1015' },
{ label: '国际硕士1+1项目玛丽伍德大学', value: '1016' }, { label: this.$t('aside.project4'), value: '1001' },
{ label: '国际硕士1+1项目纽约州立大学石溪分校', value: '1018' }, // {label: this.$t('aside.project2'), value: '1000'},
{ label: '工商管理博士项目加州浸会大学', value: '1017' } { label: '工商管理硕士1+1项目', value: '1016' },
// { label: this.$t('aside.project7'), value: '1007' } { label: '管理信息系统硕士1+1项目', value: '9999' },
{ label: '金融硕士1+1项目', value: '1018' },
{ label: '工商管理博士项目', value: '1017' }
// {label: this.$t('aside.project7'), value: '1007'},
], ],
phoneCode: '', phoneCode: '',
codeButtonDisabled: false, codeButtonDisabled: false,
...@@ -84,7 +85,11 @@ export default { ...@@ -84,7 +85,11 @@ export default {
this.checkPhoneCode().then(this.handleSubmit) this.checkPhoneCode().then(this.handleSubmit)
}, },
handleSubmit() { handleSubmit() {
api.submit(this.ruleForm).then(response => { const params = { ...this.ruleForm }
if (params.project_id === '9999') {
params.project_id = '1016'
}
api.submit(params).then(response => {
// this.$notify({ type: 'success', message: response.message }) // this.$notify({ type: 'success', message: response.message })
this.$dialog.alert({ message: response.message }).then(() => { this.$dialog.alert({ message: response.message }).then(() => {
this.$emit('success') this.$emit('success')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论