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
be51ad81
Commit
be51ad81
authored
Sep 10, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑器
parent
4635851c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
allResume.vue
src/page/resume/allResume.vue
+5
-2
No files found.
src/page/resume/allResume.vue
View file @
be51ad81
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
</div>
</div>
</Modal>
</Modal>
<!-- 发送邮件 -->
<!-- 发送邮件 -->
<Modal
<Modal
v-model=
"emailMOdal"
v-model=
"emailMOdal"
width=
'1000px'
width=
'1000px'
:mask-closable=
'false'
:mask-closable=
'false'
...
@@ -1278,8 +1278,9 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1278,8 +1278,9 @@ import ckeditor from '../../components/ckeditor'
this
.
emailInline
.
theme
=
res
.
data
.
body
.
templateSubject
this
.
emailInline
.
theme
=
res
.
data
.
body
.
templateSubject
this
.
emailInline
.
receiveEmail
=
res
.
data
.
body
.
receiveEmail
this
.
emailInline
.
receiveEmail
=
res
.
data
.
body
.
receiveEmail
this
.
emailInline
.
templateContent
=
res
.
data
.
body
.
templateContent
this
.
emailInline
.
templateContent
=
res
.
data
.
body
.
templateContent
console
.
log
(
this
.
emailInline
.
templateContent
,
55555555555555
,
res
.
data
.
body
.
templateContent
)
this
.
sad
=
this
.
emailInline
.
templateContent
this
.
sad
=
this
.
emailInline
.
templateContent
console
.
log
(
res
.
data
.
body
.
resumeInterviewVO
,
2222222
)
console
.
log
(
this
.
sad
,
2222222
)
if
(
res
.
data
.
body
&&
res
.
data
.
body
.
resumeInterviewVO
){
if
(
res
.
data
.
body
&&
res
.
data
.
body
.
resumeInterviewVO
){
console
.
log
(
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
,
666666666
)
console
.
log
(
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
,
666666666
)
this
.
formInline
.
UpdateOWER
=
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
this
.
formInline
.
UpdateOWER
=
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
...
@@ -1340,6 +1341,8 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1340,6 +1341,8 @@ import ckeditor from '../../components/ckeditor'
},
},
getEditorValue
(
value
){
getEditorValue
(
value
){
this
.
emailContent
=
value
this
.
emailContent
=
value
this
.
sad
=
value
console
.
log
(
this
.
emailContent
,
89889
)
if
(
this
.
emailContent
==
''
){
if
(
this
.
emailContent
==
''
){
this
.
isDisable
=
false
this
.
isDisable
=
false
}
else
{
}
else
{
...
...
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