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
5777141b
Commit
5777141b
authored
Sep 18, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
简历详情
parent
047691c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
resume.server.js
src/api/resume.server.js
+1
-1
resumeDetail.vue
src/page/resume/resumeDetail.vue
+3
-3
No files found.
src/api/resume.server.js
View file @
5777141b
...
@@ -24,7 +24,7 @@ export function sousuoList (parmars) {
...
@@ -24,7 +24,7 @@ export function sousuoList (parmars) {
}
}
//查看简历详情页
//查看简历详情页
export
function
seedetail
(
parmars
)
{
export
function
seedetail
(
parmars
)
{
return
axios
.
get
(
`
${
sapi
}
/api/html/get/
${
parmars
.
resumeId
}
`
,{
headers
:
{
return
axios
.
get
(
`
${
sapi
}
/api/html/get/
${
parmars
.
resumeId
}
?token=
${
parmars
.
token
}
`
,{
headers
:
{
'
Content-Type
'
:
'
application/json
'
'
Content-Type
'
:
'
application/json
'
}})
}})
}
}
...
...
src/page/resume/resumeDetail.vue
View file @
5777141b
...
@@ -124,6 +124,7 @@
...
@@ -124,6 +124,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
seedetail
}
from
'
../../api/resume.server
'
import
{
seedetail
}
from
'
../../api/resume.server
'
import
localStorage
from
'
../../service/localstorage.service.js
'
import
{
import
{
sapi
sapi
}
from
'
../../config
'
}
from
'
../../config
'
...
@@ -144,9 +145,9 @@ export default {
...
@@ -144,9 +145,9 @@ export default {
getDETAIL
(){
getDETAIL
(){
this
.
detialID
=
this
.
$route
.
query
.
id
this
.
detialID
=
this
.
$route
.
query
.
id
this
.
showBtn
=
this
.
$route
.
query
.
noShowBtn
this
.
showBtn
=
this
.
$route
.
query
.
noShowBtn
console
.
log
(
this
.
showBtn
,
555555
)
let
parmars
=
{
let
parmars
=
{
resumeId
:
this
.
$route
.
query
.
id
resumeId
:
this
.
$route
.
query
.
id
,
token
:
localStorage
.
get
(
'
token
'
)
}
}
seedetail
(
parmars
).
then
(
res
=>
{
seedetail
(
parmars
).
then
(
res
=>
{
this
.
resume
=
res
.
data
.
body
.
resume
this
.
resume
=
res
.
data
.
body
.
resume
...
@@ -166,7 +167,6 @@ export default {
...
@@ -166,7 +167,6 @@ export default {
},
},
mounted
(){
mounted
(){
this
.
getDETAIL
()
this
.
getDETAIL
()
console
.
log
(
this
.
$route
.
query
.
noShowBtn
,
8888
)
}
}
}
}
</
script
>
</
script
>
...
...
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