Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-h5
Commits
11b2fa40
提交
11b2fa40
authored
7月 07, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改项目名称
上级
6bd0c146
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
13 行增加
和
8 行删除
+13
-8
ApplyForm.vue
components/ApplyForm.vue
+13
-8
没有找到文件。
components/ApplyForm.vue
浏览文件 @
11b2fa40
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论