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
b1457ffe
Commit
b1457ffe
authored
Sep 20, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
远程搜索无数据匹配显示问题
parent
933bf956
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
interview.vue
src/page/interview/interview.vue
+0
-1
allResume.vue
src/page/resume/allResume.vue
+4
-8
channel.vue
src/page/resume/channel.vue
+0
-1
No files found.
src/page/interview/interview.vue
View file @
b1457ffe
...
@@ -712,7 +712,6 @@ export default {
...
@@ -712,7 +712,6 @@ export default {
this
.
Sousuo
()
this
.
Sousuo
()
},
},
remoteMethod
:
function
(
query
){
remoteMethod
:
function
(
query
){
this
.
options
=
[]
if
(
query
!==
''
)
{
if
(
query
!==
''
)
{
this
.
loading1
=
true
;
this
.
loading1
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
...
...
src/page/resume/allResume.vue
View file @
b1457ffe
...
@@ -1828,18 +1828,14 @@ import {mapState} from 'vuex'
...
@@ -1828,18 +1828,14 @@ import {mapState} from 'vuex'
})
})
})
})
},
},
remoteMethod
:
function
(
query
){
remoteMethod
:
async
function
(
query
){
this
.
options
=
[]
if
(
query
!==
''
)
{
if
(
query
!==
''
)
{
this
.
loading1
=
true
;
this
.
loading1
=
true
;
setTimeout
(()
=>
{
setTimeout
(
async
()
=>
{
this
.
loading1
=
false
;
this
.
loading1
=
false
;
let
list
=
[]
query
=
query
.
split
(
'
(
'
)[
0
]
query
=
query
.
split
(
'
(
'
)[
0
]
findCompanyEmailByKey
(
query
).
then
(
res
=>
{
let
list
=
await
findCompanyEmailByKey
(
query
)
list
=
res
this
.
options
=
list
.
data
.
body
this
.
options
=
list
.
data
.
body
})
},
200
);
},
200
);
}
else
{
}
else
{
this
.
options
=
[];
this
.
options
=
[];
...
...
src/page/resume/channel.vue
View file @
b1457ffe
...
@@ -1800,7 +1800,6 @@ export default {
...
@@ -1800,7 +1800,6 @@ export default {
})
})
},
},
remoteMethod
:
function
(
query
){
remoteMethod
:
function
(
query
){
this
.
options
=
[]
if
(
query
!==
''
)
{
if
(
query
!==
''
)
{
this
.
loading1
=
true
;
this
.
loading1
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
...
...
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