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
316c877b
Commit
316c877b
authored
Sep 26, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复状态未改变问题
parent
f26865fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
resumeDetail.vue
src/page/resume/resumeDetail.vue
+11
-9
http.service.js
src/service/http.service.js
+1
-0
No files found.
src/page/resume/resumeDetail.vue
View file @
316c877b
...
...
@@ -233,10 +233,10 @@
:closable=
'false'
>
<div
style=
'min-height:300px;'
>
<div
class=
'title'
>
<h2>
转发给面试官
</h2>
<p
class=
'hint'
>
该通知将以微信形式发送给面试官,面试官可通过微信筛选简历
</p>
<h2
style=
"text-align:center"
>
转发给面试官
</h2>
<p
class=
'hint'
style=
"margin-top:10px"
>
该通知将以微信形式发送给面试官,面试官可通过微信筛选简历
</p>
</div>
<Form
ref=
"transpondFrom"
:model=
"transpondFrom"
:rules=
"transpondRule"
>
<Form
ref=
"transpondFrom"
:model=
"transpondFrom"
:rules=
"transpondRule"
style=
"margin-top:10px"
>
<FormItem
label=
'面试官'
prop=
'interviewerName'
>
<Select
v-model =
'transpondFrom.interviewerName'
filterable
style=
'width:250px;'
remote
:remote-method=
"remoteMethod"
...
...
@@ -505,7 +505,7 @@ export default {
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
=
[];
...
...
@@ -695,6 +695,8 @@ export default {
desc
:
'
发送邮件成功
'
})
},
500
)
this
.
detailSta
=
'
HAS_SEE
'
this
.
hasINterview
=
true
this
.
emailMOdal
=
false
this
.
modal10
=
false
this
.
emailInline
.
modalArr
=
[]
...
...
@@ -797,7 +799,7 @@ export default {
width
:
1100px
;
margin
:
30px
auto
;
color
:
#000000
;
font-family
:
"\5FAE\8F6F\96C5\9ED1"
;
font-family
:
"\5FAE\8F6F\96C5\9ED1"
}
.resumeDetail-left
{
float
:
left
;
...
...
@@ -806,8 +808,8 @@ export default {
/* border: 1px solid #999 */
}
.pic
img
{
width
:
10
0px
;
height
:
10
0px
width
:
6
0px
;
height
:
6
0px
}
.pic
.icon
{
position
:
relative
;
...
...
@@ -816,8 +818,8 @@ export default {
}
.interviewee
.name
{
position
:
relative
;
left
:
5
8px
;
top
:
-2
5
px
;
left
:
1
8px
;
top
:
-2
0
px
;
display
:
inline-block
;
/* margin-left: 200px */
}
...
...
src/service/http.service.js
View file @
316c877b
...
...
@@ -42,6 +42,7 @@ 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