Commit f26865fc authored by zhangderong's avatar zhangderong

部分接口去掉loding

parent 9fa1caa6
...@@ -546,55 +546,55 @@ export default { ...@@ -546,55 +546,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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(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) this.Sousuo(this.pageT,'init')
}) })
} }
this.statusValue = '0' this.statusValue = '0'
......
...@@ -738,7 +738,7 @@ import {mapState} from 'vuex' ...@@ -738,7 +738,7 @@ import {mapState} from 'vuex'
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -750,7 +750,7 @@ import {mapState} from 'vuex' ...@@ -750,7 +750,7 @@ import {mapState} from 'vuex'
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -808,7 +808,7 @@ import {mapState} from 'vuex' ...@@ -808,7 +808,7 @@ import {mapState} from 'vuex'
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -820,7 +820,7 @@ import {mapState} from 'vuex' ...@@ -820,7 +820,7 @@ import {mapState} from 'vuex'
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -831,7 +831,7 @@ import {mapState} from 'vuex' ...@@ -831,7 +831,7 @@ import {mapState} from 'vuex'
} }
TODORes(parmars).then(res=>{ TODORes(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -856,7 +856,7 @@ import {mapState} from 'vuex' ...@@ -856,7 +856,7 @@ import {mapState} from 'vuex'
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -868,7 +868,7 @@ import {mapState} from 'vuex' ...@@ -868,7 +868,7 @@ import {mapState} from 'vuex'
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -879,7 +879,7 @@ import {mapState} from 'vuex' ...@@ -879,7 +879,7 @@ import {mapState} from 'vuex'
} }
TODORes(parmars).then(res=>{ TODORes(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -903,7 +903,7 @@ import {mapState} from 'vuex' ...@@ -903,7 +903,7 @@ import {mapState} from 'vuex'
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -915,7 +915,7 @@ import {mapState} from 'vuex' ...@@ -915,7 +915,7 @@ import {mapState} from 'vuex'
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -926,7 +926,7 @@ import {mapState} from 'vuex' ...@@ -926,7 +926,7 @@ import {mapState} from 'vuex'
} }
TODORes(parmars).then(res=>{ TODORes(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -1780,6 +1780,7 @@ import {mapState} from 'vuex' ...@@ -1780,6 +1780,7 @@ import {mapState} from 'vuex'
desc: '发送成功' desc: '发送成功'
}) })
}, 300) }, 300)
this.SouSuo(this.pageT)
} else{ } else{
this.errorCode=res.data.body.code this.errorCode=res.data.body.code
this.modal8=false this.modal8=false
......
...@@ -692,7 +692,7 @@ export default { ...@@ -692,7 +692,7 @@ export default {
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -704,7 +704,7 @@ export default { ...@@ -704,7 +704,7 @@ export default {
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -733,7 +733,7 @@ export default { ...@@ -733,7 +733,7 @@ export default {
this.SouSuo(this.pageT) this.SouSuo(this.pageT)
} }
if(res.data.body.code==0){ if(res.data.body.code==0){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
}, },
...@@ -765,7 +765,7 @@ export default { ...@@ -765,7 +765,7 @@ export default {
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -777,7 +777,7 @@ export default { ...@@ -777,7 +777,7 @@ export default {
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -788,7 +788,7 @@ export default { ...@@ -788,7 +788,7 @@ export default {
} }
TODORes(parmars).then(res=>{ TODORes(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -815,7 +815,7 @@ export default { ...@@ -815,7 +815,7 @@ export default {
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -827,7 +827,7 @@ export default { ...@@ -827,7 +827,7 @@ export default {
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -838,7 +838,7 @@ export default { ...@@ -838,7 +838,7 @@ export default {
} }
TODORes(parmars).then(res=>{ TODORes(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -865,7 +865,7 @@ export default { ...@@ -865,7 +865,7 @@ export default {
} }
PASS(parmars).then(res=>{ PASS(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -877,7 +877,7 @@ export default { ...@@ -877,7 +877,7 @@ export default {
} }
OPTION(parmars).then(res=>{ OPTION(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -888,7 +888,7 @@ export default { ...@@ -888,7 +888,7 @@ export default {
} }
TODORes(parmars).then(res=>{ TODORes(parmars).then(res=>{
if(res.data.success==true){ if(res.data.success==true){
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
} }
}) })
} }
...@@ -1734,6 +1734,7 @@ export default { ...@@ -1734,6 +1734,7 @@ export default {
desc: '发送成功' desc: '发送成功'
}) })
}, 500) }, 500)
this.SouSuo(this.pageT)
} else{ } else{
this.errorCode=res.data.body.code this.errorCode=res.data.body.code
this.clearInterviewee() this.clearInterviewee()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment