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

修改职位参数问题

parent 4cc83dad
......@@ -31,7 +31,7 @@
</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>
<Option v-for="(item,index) in positionArr" :value="item" :key="index">{{ item}}</Option>
</Select>
</FormItem>
</Form>
......@@ -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