Forráskód Böngészése

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

lifanagju_citu 2 hónapja
szülő
commit
35a1631b0b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 || []