Commit ed232a50 authored by zhangderong's avatar zhangderong

取消面试时列表刷新问题

parent ba989329
......@@ -1481,18 +1481,6 @@ import {mapState} from 'vuex'
return false
},
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.formInline.resetFields()
this.emailInline.modalArr=[]
......@@ -1515,7 +1503,7 @@ import {mapState} from 'vuex'
this.isLimitSize=false
this.uploadFileList=[]
this.clearInterviewee()
this.SouSuo(this.pageT)
this.SouSuo(this.pageT,'init')
},
getEditorValue(value){ // 调编辑器组件方法获取数据
return this.$refs.editor.getValue()
......
......@@ -1434,7 +1434,7 @@ export default {
this.isShowTwo=false
this.isLimitSize=false
this.uploadFileList=[]
this.SouSuo(this.pageT)
this.SouSuo(this.pageT,'init')
this.clearInterviewee()
},
getEditorValue(){ // 调编辑器组件方法获取数据
......
......@@ -86,6 +86,7 @@ instance.interceptors.response.use(function (response) {
}
return response;
}, error => {
tryHideFullScreenLoading()
// Notice.error({desc:`${error.response.data.body.message}`})
});
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