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
1dfcf7c5
Commit
1dfcf7c5
authored
Sep 10, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑器内容为空
parent
0e18fbc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
allResume.vue
src/page/resume/allResume.vue
+2
-2
channel.vue
src/page/resume/channel.vue
+2
-7
No files found.
src/page/resume/allResume.vue
View file @
1dfcf7c5
...
...
@@ -1431,7 +1431,7 @@ import ckeditor from '../../components/ckeditor'
formData
.
append
(
'
subject
'
,
this
.
emailInline
.
theme
)
formData
.
append
(
'
toEmail
'
,
this
.
emailInline
.
receiveEmail
)
formData
.
append
(
'
ccEmail
'
,
this
.
emailInline
.
copyname
)
formData
.
append
(
'
emailContent
'
,
this
.
emailContent
)
formData
.
append
(
'
emailContent
'
,
this
.
sad
)
formData
.
append
(
'
resumeInterviewVO.resumeId
'
,
this
.
emailId
)
formData
.
append
(
'
resumeInterviewVO.inviterName
'
,
this
.
formInline
.
UpdateOWER
==
''
?
''
:
this
.
formInline
.
UpdateOWER
)
formData
.
append
(
'
resumeInterviewVO.interviewerName
'
,
this
.
formInline
.
UpdateVIEW
==
''
?
''
:
this
.
formInline
.
UpdateVIEW
)
...
...
@@ -1506,7 +1506,7 @@ import ckeditor from '../../components/ckeditor'
formData
.
append
(
'
subject
'
,
this
.
emailInline
.
theme
)
formData
.
append
(
'
toEmail
'
,
this
.
emailInline
.
receiveEmail
)
formData
.
append
(
'
ccEmail
'
,
this
.
emailInline
.
copyname
)
formData
.
append
(
'
emailContent
'
,
this
.
emailContent
)
formData
.
append
(
'
emailContent
'
,
this
.
sad
)
formData
.
append
(
'
flowStatus
'
,
this
.
flowStatusTT
)
this
.
isDisable
=
false
sendEmail
(
formData
).
then
(
res
=>
{
...
...
src/page/resume/channel.vue
View file @
1dfcf7c5
...
...
@@ -1228,11 +1228,6 @@ export default {
getEditorValue
:
_debounce
((
value
)
=>
{
this
.
emailContent
=
value
this
.
sad
=
value
if
(
this
.
emailContent
==
''
){
this
.
isDisable
=
false
}
else
{
this
.
isDisable
=
true
}
}),
delateFile
(
index
){
this
.
fileList
.
splice
(
index
,
1
)
...
...
@@ -1315,7 +1310,7 @@ export default {
formData
.
append
(
'
subject
'
,
this
.
emailInline
.
theme
)
formData
.
append
(
'
toEmail
'
,
this
.
emailInline
.
receiveEmail
)
formData
.
append
(
'
ccEmail
'
,
this
.
emailInline
.
copyname
)
formData
.
append
(
'
emailContent
'
,
this
.
emailContent
)
formData
.
append
(
'
emailContent
'
,
this
.
sad
)
formData
.
append
(
'
resumeInterviewVO.resumeId
'
,
this
.
emailId
)
formData
.
append
(
'
resumeInterviewVO.inviterName
'
,
this
.
formInline
.
UpdateOWER
==
''
?
''
:
this
.
formInline
.
UpdateOWER
)
formData
.
append
(
'
resumeInterviewVO.interviewerName
'
,
this
.
formInline
.
UpdateVIEW
==
''
?
''
:
this
.
formInline
.
UpdateVIEW
)
...
...
@@ -1391,7 +1386,7 @@ export default {
formData
.
append
(
'
subject
'
,
this
.
emailInline
.
theme
)
formData
.
append
(
'
toEmail
'
,
this
.
emailInline
.
receiveEmail
)
formData
.
append
(
'
ccEmail
'
,
this
.
emailInline
.
copyname
)
formData
.
append
(
'
emailContent
'
,
this
.
emailContent
)
formData
.
append
(
'
emailContent
'
,
this
.
sad
)
formData
.
append
(
'
flowStatus
'
,
this
.
flowStatusTT
)
this
.
isDisable
=
false
sendEmail
(
formData
).
then
(
res
=>
{
...
...
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