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
08250231
Commit
08250231
authored
Sep 26, 2019
by
zhangderong
Committed by
FE-安焕焕
Sep 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分接口去掉loding
parent
c4e02224
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
32 deletions
+34
-32
interview.vue
src/page/interview/interview.vue
+9
-9
allResume.vue
src/page/resume/allResume.vue
+12
-11
channel.vue
src/page/resume/channel.vue
+13
-12
No files found.
src/page/interview/interview.vue
View file @
08250231
...
...
@@ -548,55 +548,55 @@ export default {
if
(
e
.
target
.
value
==
1
){
this
.
changestatusSTATUS
=
'
HAS_SEE
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
2
){
this
.
changestatusSTATUS
=
'
HAS_SEE
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
3
){
this
.
changestatusSTATUS
=
'
SEE_FAIL
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
4
){
this
.
changestatusSTATUS
=
'
INTERVIEW_FAIL
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
5
){
this
.
changestatusSTATUS
=
'
TO_SENT_OFFER
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
6
){
this
.
changestatusSTATUS
=
'
HAS_SENT_OFFER
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
7
){
this
.
changestatusSTATUS
=
'
TO_ENTRY
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
8
){
this
.
changestatusSTATUS
=
'
NO_ENTRY
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
if
(
e
.
target
.
value
==
9
){
this
.
changestatusSTATUS
=
'
HAS_ENTRY
'
changestatus
(
SID
,
this
.
changestatusSTATUS
).
then
(
res
=>
{
this
.
Sousuo
(
this
.
pageT
)
this
.
Sousuo
(
this
.
pageT
,
'
init
'
)
})
}
this
.
statusValue
=
'
0
'
...
...
src/page/resume/allResume.vue
View file @
08250231
...
...
@@ -738,7 +738,7 @@ import {mapState} from 'vuex'
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -750,7 +750,7 @@ import {mapState} from 'vuex'
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -808,7 +808,7 @@ import {mapState} from 'vuex'
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -820,7 +820,7 @@ import {mapState} from 'vuex'
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -831,7 +831,7 @@ import {mapState} from 'vuex'
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -856,7 +856,7 @@ import {mapState} from 'vuex'
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -868,7 +868,7 @@ import {mapState} from 'vuex'
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -879,7 +879,7 @@ import {mapState} from 'vuex'
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -903,7 +903,7 @@ import {mapState} from 'vuex'
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -915,7 +915,7 @@ import {mapState} from 'vuex'
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -926,7 +926,7 @@ import {mapState} from 'vuex'
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -1780,6 +1780,7 @@ import {mapState} from 'vuex'
desc
:
'
发送成功
'
})
},
300
)
this
.
SouSuo
(
this
.
pageT
)
}
else
{
this
.
errorCode
=
res
.
data
.
body
.
code
this
.
modal8
=
false
...
...
src/page/resume/channel.vue
View file @
08250231
...
...
@@ -692,7 +692,7 @@ export default {
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -704,7 +704,7 @@ export default {
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -733,7 +733,7 @@ export default {
this
.
SouSuo
(
this
.
pageT
)
}
if
(
res
.
data
.
body
.
code
==
0
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
},
...
...
@@ -765,7 +765,7 @@ export default {
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -777,7 +777,7 @@ export default {
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -788,7 +788,7 @@ export default {
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -815,7 +815,7 @@ export default {
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -827,7 +827,7 @@ export default {
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -838,7 +838,7 @@ export default {
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -865,7 +865,7 @@ export default {
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -877,7 +877,7 @@ export default {
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -888,7 +888,7 @@ export default {
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
,
'
init
'
)
}
})
}
...
...
@@ -1734,6 +1734,7 @@ export default {
desc
:
'
发送成功
'
})
},
500
)
this
.
SouSuo
(
this
.
pageT
)
}
else
{
this
.
errorCode
=
res
.
data
.
body
.
code
this
.
clearInterviewee
()
...
...
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