Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
d53cbd35
Commit
d53cbd35
authored
Sep 20, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改邮件发送失败提示信息
parent
a7b22731
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
allResume.vue
src/page/resume/allResume.vue
+4
-1
channel.vue
src/page/resume/channel.vue
+4
-1
No files found.
src/page/resume/allResume.vue
View file @
d53cbd35
...
@@ -427,7 +427,7 @@
...
@@ -427,7 +427,7 @@
:closable=
'false'
>
:closable=
'false'
>
<div
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center"
>
邮件发送失败,请重新发送
</p>
<p
style=
"text-align:center"
>
{{
errorInfo
}}
</p>
</div>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
...
@@ -453,6 +453,7 @@ import {mapState} from 'vuex'
...
@@ -453,6 +453,7 @@ import {mapState} from 'vuex'
data
()
{
data
()
{
return
{
return
{
modal11
:
false
,
modal11
:
false
,
errorInfo
:
''
,
interviewee
:
[],
interviewee
:
[],
interviewerNameList
:
[],
interviewerNameList
:
[],
tip
:
false
,
tip
:
false
,
...
@@ -1596,6 +1597,7 @@ import {mapState} from 'vuex'
...
@@ -1596,6 +1597,7 @@ import {mapState} from 'vuex'
if
(
res
.
data
.
success
==
false
){
if
(
res
.
data
.
success
==
false
){
this
.
modal10
=
false
this
.
modal10
=
false
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
})
})
}
else
{
}
else
{
...
@@ -1651,6 +1653,7 @@ import {mapState} from 'vuex'
...
@@ -1651,6 +1653,7 @@ import {mapState} from 'vuex'
if
(
res
.
data
.
success
==
false
){
if
(
res
.
data
.
success
==
false
){
this
.
modal10
=
false
this
.
modal10
=
false
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
})
})
}
}
...
...
src/page/resume/channel.vue
View file @
d53cbd35
...
@@ -423,7 +423,7 @@
...
@@ -423,7 +423,7 @@
:closable=
'false'
>
:closable=
'false'
>
<div
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center"
>
邮件发送失败,请重新发送
</p>
<p
style=
"text-align:center"
>
{{
errorInfo
}}
</p>
</div>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
...
@@ -450,6 +450,7 @@ export default {
...
@@ -450,6 +450,7 @@ export default {
interviewee
:
[],
interviewee
:
[],
tip
:
false
,
tip
:
false
,
tipInfo
:
'
输入多个邮箱地址以英文”;“分隔
'
,
tipInfo
:
'
输入多个邮箱地址以英文”;“分隔
'
,
errorInfo
:
''
,
ruleInline
:
{
ruleInline
:
{
UpdateOWER
:
[
UpdateOWER
:
[
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
,
validator
:
emailValidata
.
bind
(
this
)}
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
,
validator
:
emailValidata
.
bind
(
this
)}
...
@@ -1539,6 +1540,7 @@ export default {
...
@@ -1539,6 +1540,7 @@ export default {
if
(
res
.
data
.
success
==
false
){
if
(
res
.
data
.
success
==
false
){
this
.
modal10
=
false
this
.
modal10
=
false
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
})
})
}
else
{
}
else
{
...
@@ -1594,6 +1596,7 @@ export default {
...
@@ -1594,6 +1596,7 @@ export default {
if
(
res
.
data
.
success
==
false
){
if
(
res
.
data
.
success
==
false
){
this
.
modal10
=
false
this
.
modal10
=
false
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
})
})
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment