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
b56cc33f
Commit
b56cc33f
authored
Sep 27, 2019
by
zhangderong
Committed by
FE-安焕焕
Sep 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉面试管理变更状态时的loding
parent
3eae5f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
interview.vue
src/page/interview/interview.vue
+9
-9
No files found.
src/page/interview/interview.vue
View file @
b56cc33f
...
@@ -548,55 +548,55 @@ export default {
...
@@ -548,55 +548,55 @@ export default {
if
(
e
.
target
.
value
==
1
){
if
(
e
.
target
.
value
==
1
){
this
.
changestatusSTATUS
=
'
HAS_SEE
'
this
.
changestatusSTATUS
=
'
HAS_SEE
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
2
){
if
(
e
.
target
.
value
==
2
){
this
.
changestatusSTATUS
=
'
HAS_SEE
'
this
.
changestatusSTATUS
=
'
HAS_SEE
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
3
){
if
(
e
.
target
.
value
==
3
){
this
.
changestatusSTATUS
=
'
SEE_FAIL
'
this
.
changestatusSTATUS
=
'
SEE_FAIL
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
4
){
if
(
e
.
target
.
value
==
4
){
this
.
changestatusSTATUS
=
'
INTERVIEW_FAIL
'
this
.
changestatusSTATUS
=
'
INTERVIEW_FAIL
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
5
){
if
(
e
.
target
.
value
==
5
){
this
.
changestatusSTATUS
=
'
TO_SENT_OFFER
'
this
.
changestatusSTATUS
=
'
TO_SENT_OFFER
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
6
){
if
(
e
.
target
.
value
==
6
){
this
.
changestatusSTATUS
=
'
HAS_SENT_OFFER
'
this
.
changestatusSTATUS
=
'
HAS_SENT_OFFER
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
7
){
if
(
e
.
target
.
value
==
7
){
this
.
changestatusSTATUS
=
'
TO_ENTRY
'
this
.
changestatusSTATUS
=
'
TO_ENTRY
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
8
){
if
(
e
.
target
.
value
==
8
){
this
.
changestatusSTATUS
=
'
NO_ENTRY
'
this
.
changestatusSTATUS
=
'
NO_ENTRY
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
if
(
e
.
target
.
value
==
9
){
if
(
e
.
target
.
value
==
9
){
this
.
changestatusSTATUS
=
'
HAS_ENTRY
'
this
.
changestatusSTATUS
=
'
HAS_ENTRY
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
this
.
serchListInterview
(
this
.
pageT
,
'
init
'
)
})
})
}
}
this
.
statusValue
=
'
0
'
this
.
statusValue
=
'
0
'
...
...
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