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
976069b0
Commit
976069b0
authored
Oct 24, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改职位参数问题
parent
4cc83dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
allResume.vue
src/page/resume/allResume.vue
+2
-3
No files found.
src/page/resume/allResume.vue
View file @
976069b0
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
</FormItem>
</FormItem>
<FormItem
label=
"职位:"
style=
"margin:20px 0 40px 0px"
>
<FormItem
label=
"职位:"
style=
"margin:20px 0 40px 0px"
>
<Select
v-model=
"position"
filterable
multiple
style=
"width:96%"
placeholder=
"不限"
>
<Select
v-model=
"position"
filterable
multiple
style=
"width:96%"
placeholder=
"不限"
>
<Option
v-for=
"(item,index) in positionArr"
:value=
"i
ndex
"
:key=
"index"
>
{{
item
}}
</Option>
<Option
v-for=
"(item,index) in positionArr"
:value=
"i
tem
"
:key=
"index"
>
{{
item
}}
</Option>
</Select>
</Select>
</FormItem>
</FormItem>
</Form>
</Form>
<Button
type=
"primary"
style=
"width:30%;margin-left:34%;font-size:13px;background:#0092FF"
@
click=
"SouSuo(item.Num1,item.Num2,item.Num3)"
>
搜索
</Button>
<Button
type=
"primary"
style=
"width:30%;margin-left:34%;font-size:13px;background:#0092FF"
@
click=
"SouSuo(item.Num1,item.Num2,item.Num3)"
>
搜索
</Button>
...
@@ -746,7 +746,6 @@ import {mapState} from 'vuex'
...
@@ -746,7 +746,6 @@ import {mapState} from 'vuex'
}
}
getlist
(
parmars
).
then
(
res
=>
{
getlist
(
parmars
).
then
(
res
=>
{
this
.
positionArr
=
res
.
data
.
body
this
.
positionArr
=
res
.
data
.
body
console
.
log
(
res
.
data
.
body
,
55555555
)
})
})
},
},
//选择搜索元素
//选择搜索元素
...
...
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