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
ed232a50
Commit
ed232a50
authored
Sep 24, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消面试时列表刷新问题
parent
ba989329
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
17 deletions
+6
-17
allResume.vue
src/page/resume/allResume.vue
+4
-16
channel.vue
src/page/resume/channel.vue
+1
-1
http.service.js
src/service/http.service.js
+1
-0
No files found.
src/page/resume/allResume.vue
View file @
ed232a50
...
...
@@ -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
()
...
...
@@ -1955,9 +1943,9 @@ import {mapState} from 'vuex'
this
.
modal11
=
false
}
},
mounted
(){
this
.
SouSuo
(
null
,
'
init
'
)
}
mounted
(){
this
.
SouSuo
(
null
,
'
init
'
)
}
}
</
script
>
<
style
scoped
lang=
'less'
>
...
...
src/page/resume/channel.vue
View file @
ed232a50
...
...
@@ -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
(){
// 调编辑器组件方法获取数据
...
...
src/service/http.service.js
View file @
ed232a50
...
...
@@ -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
...
...
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