Commit 976069b0 authored by FE-安焕焕's avatar FE-安焕焕 👣

修改职位参数问题

parent 4cc83dad
......@@ -31,8 +31,8 @@
</FormItem>
<FormItem label="职位:" style="margin:20px 0 40px 0px">
<Select v-model="position" filterable multiple style="width:96%" placeholder="不限">
<Option v-for="(item,index) in positionArr" :value="index" :key="index">{{ item}}</Option>
</Select>
<Option v-for="(item,index) in positionArr" :value="item" :key="index">{{ item}}</Option>
</Select>
</FormItem>
</Form>
<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'
}
getlist(parmars).then(res=>{
this.positionArr=res.data.body
console.log(res.data.body,55555555)
})
},
//选择搜索元素
......
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