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
42c7557a
Commit
42c7557a
authored
Sep 07, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邮箱测试
parent
00bb9edf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
allResume.vue
src/page/resume/allResume.vue
+3
-6
No files found.
src/page/resume/allResume.vue
View file @
42c7557a
...
...
@@ -1211,11 +1211,8 @@ import ckeditor from '../../components/ckeditor'
this
.
allEmailVilitor
=
false
}
if
(
value
==
'
TEMP_0001
'
){
this
.
interviewIsShow
=
true
this
.
isShowAll
=
true
}
else
{
this
.
interviewIsShow
=
true
}
else
{
this
.
interviewIsShow
=
false
this
.
isShowAll
=
false
}
this
.
emailId
=
this
.
emailIdArr
.
length
==
0
?
''
:
this
.
emailIdArr
[
0
]
if
(
value
==
'
TEMP_0001
'
&&
this
.
emailId
==
''
){
...
...
@@ -1249,7 +1246,7 @@ import ckeditor from '../../components/ckeditor'
beforUpload
(
uploadFile
){
// console.log(3,aaa)
this
.
uploadFileList
.
push
(
uploadFile
)
this
.
fileList
.
push
(
aaa
.
name
)
this
.
fileList
.
push
(
uploadFile
.
name
)
return
false
},
// 发送全部内容
...
...
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