|
@@ -181,8 +181,8 @@ const getEnterpriseList = async () => {
|
|
|
try {
|
|
|
const params = { ...query }
|
|
|
// tab对应的职位类型id列表
|
|
|
- const idList = tabIndex.value !== -1 ? tabList.value[tabIndex.value]?.content : []
|
|
|
- idList?.length && idList.forEach((value, index) => { params[`enterpriseId[${index}]`] = value.value })
|
|
|
+ const idList = tabIndex.value !== -1 ? tabList.value[tabIndex.value]?.value : []
|
|
|
+ idList?.length && idList.forEach((value, index) => { params[`enterpriseId[${index}]`] = value })
|
|
|
//
|
|
|
const res = await getJobFairEnterprisePage(params)
|
|
|
const list = res?.data?.list || []
|