Commit ed232a50 authored by zhangderong's avatar zhangderong

取消面试时列表刷新问题

parent ba989329
...@@ -1481,18 +1481,6 @@ import {mapState} from 'vuex' ...@@ -1481,18 +1481,6 @@ import {mapState} from 'vuex'
return false return false
}, },
emailModalPush(){ emailModalPush(){
// if(this.selectFn1STA!==''){
// this.selectFn1Element=this.selectFn1STA
// }
// if(this.selectFn2STA!==''){
// this.selectFn2Element=this.selectFn2STA
// }
// if(this.selectFn3STA!==''){
// this.selectFn3Element=this.selectFn3STA
// }
// if(this.selectFn4STA!==''){
// this.selectFn4Element=this.selectFn4STA
// }
this.$refs.emailInline.resetFields() this.$refs.emailInline.resetFields()
this.$refs.formInline.resetFields() this.$refs.formInline.resetFields()
this.emailInline.modalArr=[] this.emailInline.modalArr=[]
...@@ -1515,7 +1503,7 @@ import {mapState} from 'vuex' ...@@ -1515,7 +1503,7 @@ import {mapState} from 'vuex'
this.isLimitSize=false this.isLimitSize=false
this.uploadFileList=[] this.uploadFileList=[]
this.clearInterviewee() this.clearInterviewee()
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
}, },
getEditorValue(value){ // 调编辑器组件方法获取数据 getEditorValue(value){ // 调编辑器组件方法获取数据
return this.$refs.editor.getValue() return this.$refs.editor.getValue()
...@@ -1955,9 +1943,9 @@ import {mapState} from 'vuex' ...@@ -1955,9 +1943,9 @@ import {mapState} from 'vuex'
this.modal11 = false this.modal11 = false
} }
}, },
mounted(){ mounted(){
this.SouSuo(null, 'init') this.SouSuo(null, 'init')
} }
} }
</script> </script>
<style scoped lang='less'> <style scoped lang='less'>
......
...@@ -1434,7 +1434,7 @@ export default { ...@@ -1434,7 +1434,7 @@ export default {
this.isShowTwo=false this.isShowTwo=false
this.isLimitSize=false this.isLimitSize=false
this.uploadFileList=[] this.uploadFileList=[]
this.SouSuo(this.pageT) this.SouSuo(this.pageT,'init')
this.clearInterviewee() this.clearInterviewee()
}, },
getEditorValue(){ // 调编辑器组件方法获取数据 getEditorValue(){ // 调编辑器组件方法获取数据
......
...@@ -86,6 +86,7 @@ instance.interceptors.response.use(function (response) { ...@@ -86,6 +86,7 @@ instance.interceptors.response.use(function (response) {
} }
return response; return response;
}, error => { }, error => {
tryHideFullScreenLoading()
// Notice.error({desc:`${error.response.data.body.message}`}) // Notice.error({desc:`${error.response.data.body.message}`})
}); });
export default instance export default instance
......
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