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
d66910cc
Commit
d66910cc
authored
Sep 27, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Plain Diff
合并代码
parents
d5b26790
d85f0f1d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
interview.vue
src/page/interview/interview.vue
+13
-4
allResume.vue
src/page/resume/allResume.vue
+1
-1
channel.vue
src/page/resume/channel.vue
+1
-1
http.service.js
src/service/http.service.js
+0
-1
No files found.
src/page/interview/interview.vue
View file @
d66910cc
...
...
@@ -293,6 +293,7 @@ export default {
UpdateTIMENEW
:
''
,
UpdateVIEWNEW
:
''
,
highestDegreeNum
:
''
,
emailName
:
''
,
flowStatusList
:[],
inviterName
:
''
,
//邀约人
interviewerName
:
''
,
//面试官
...
...
@@ -395,7 +396,8 @@ export default {
resumeId
:
this
.
UpdateID
,
inviterName
:
this
.
formInline
.
UpdateOWER
,
seeTime
:
moment
(
this
.
formInline
.
UpdateTIME
).
format
(
'
YYYY-MM-DD HH:mm
'
),
interviewerName
:
this
.
formInline
.
UpdateVIEW
interviewerName
:
this
.
formInline
.
UpdateVIEW
,
email
:
this
.
emailName
}
if
(
this
.
formInline
.
UpdateOWER
==
''
||
this
.
formInline
.
UpdateTIME
==
""
||
this
.
formInline
.
UpdateVIEW
==
''
){
this
.
$Notice
.
error
({
...
...
@@ -725,11 +727,18 @@ export default {
let
list
=
[]
query
=
query
.
split
(
'
(
'
)[
0
]
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
list
=
res
this
.
options
=
list
.
data
.
body
if
(
res
.
data
.
success
==
true
){
list
=
res
this
.
options
=
list
.
data
.
body
||
[]
this
.
options
.
map
(
item
=>
{
this
.
emailName
=
item
.
email
})
}
else
{
this
.
options
=
[]
}
// this.options.push({name: '不限', email: ''})
})
},
5
00
);
},
2
00
);
}
else
{
this
.
options
=
[];
}
...
...
src/page/resume/allResume.vue
View file @
d66910cc
...
...
@@ -1574,7 +1574,7 @@ import {mapState} from 'vuex'
this
.
loading1
=
false
;
query
=
query
.
split
(
'
(
'
)[
0
]
let
list
=
await
findCompanyEmailByKey
(
query
)
this
.
options
=
list
.
data
.
body
this
.
options
=
list
.
data
.
body
||
[]
},
200
);
}
else
{
this
.
options
=
[];
...
...
src/page/resume/channel.vue
View file @
d66910cc
...
...
@@ -1566,7 +1566,7 @@ export default {
query
=
query
.
split
(
'
(
'
)[
0
]
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
list
=
res
this
.
options
=
list
.
data
.
body
this
.
options
=
list
.
data
.
body
||
[]
},
200
);
})
}
else
{
...
...
src/service/http.service.js
View file @
d66910cc
...
...
@@ -42,7 +42,6 @@ instance.interceptors.request.use(function (config) {
let
url
=
config
.
url
.
split
(
'
api/
'
)[
1
]
let
headers
=
config
.
headers
if
(
headers
.
status
!=
'
init
'
&&
needLoading
.
includes
(
url
)){
console
.
log
(
'
hajhsbdha
'
)
showFullScreenLoading
()
}
delete
headers
.
status
...
...
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