提交 fc4c7452 authored 作者: 赵世杰's avatar 赵世杰

1

上级 479ba189
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
v-model="queryParams.orgId" v-model="queryParams.orgId"
placeholder="请选择" placeholder="请选择"
style="width: 220px" style="width: 220px"
filterable
> >
<el-option <el-option
v-for="item in orgList" v-for="item in orgList"
...@@ -147,7 +148,10 @@ recruitTypeAll().then(res => { ...@@ -147,7 +148,10 @@ recruitTypeAll().then(res => {
industryListAll().then(res => { industryListAll().then(res => {
industryList.value = res.data industryList.value = res.data
}) })
orgListAll().then(res => { orgListAll({
pageNum: 1,
pageSize: 9999
}).then(res => {
orgList.value = res.data.list orgList.value = res.data.list
}) })
experienceAll().then(res => { experienceAll().then(res => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论