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

1

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