소스 검색

招聘会-企业列表参数字段调整

Xiao_123 2 달 전
부모
커밋
d689822e88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesB/jobFair/enterprisesClassification.vue

+ 1 - 1
pagesB/jobFair/enterprisesClassification.vue

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