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
eb8f975d
Commit
eb8f975d
authored
Sep 26, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试上线
parent
74299200
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
interview.vue
src/page/interview/interview.vue
+8
-6
allResume.vue
src/page/resume/allResume.vue
+1
-1
channel.vue
src/page/resume/channel.vue
+1
-1
No files found.
src/page/interview/interview.vue
View file @
eb8f975d
...
@@ -725,14 +725,16 @@ export default {
...
@@ -725,14 +725,16 @@ export default {
let
list
=
[]
let
list
=
[]
query
=
query
.
split
(
'
(
'
)[
0
]
query
=
query
.
split
(
'
(
'
)[
0
]
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
list
=
res
list
=
res
this
.
options
=
list
.
data
.
body
||
[]
this
.
options
=
list
.
data
.
body
||
[]
this
.
options
.
map
(
item
=>
{
this
.
options
.
map
(
item
=>
{
this
.
emailName
=
item
.
email
this
.
emailName
=
item
.
email
})
})
}
// this.options.push({name: '不限', email: ''})
// this.options.push({name: '不限', email: ''})
})
})
},
5
00
);
},
2
00
);
}
else
{
}
else
{
this
.
options
=
[];
this
.
options
=
[];
}
}
...
...
src/page/resume/allResume.vue
View file @
eb8f975d
...
@@ -1806,7 +1806,7 @@ import {mapState} from 'vuex'
...
@@ -1806,7 +1806,7 @@ import {mapState} from 'vuex'
this
.
loading1
=
false
;
this
.
loading1
=
false
;
query
=
query
.
split
(
'
(
'
)[
0
]
query
=
query
.
split
(
'
(
'
)[
0
]
let
list
=
await
findCompanyEmailByKey
(
query
)
let
list
=
await
findCompanyEmailByKey
(
query
)
this
.
options
=
list
.
data
.
body
this
.
options
=
list
.
data
.
body
||
[]
},
200
);
},
200
);
}
else
{
}
else
{
this
.
options
=
[];
this
.
options
=
[];
...
...
src/page/resume/channel.vue
View file @
eb8f975d
...
@@ -1763,7 +1763,7 @@ export default {
...
@@ -1763,7 +1763,7 @@ export default {
query
=
query
.
split
(
'
(
'
)[
0
]
query
=
query
.
split
(
'
(
'
)[
0
]
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
list
=
res
list
=
res
this
.
options
=
list
.
data
.
body
this
.
options
=
list
.
data
.
body
||
[]
},
200
);
},
200
);
})
})
}
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