瀏覽代碼

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

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 || []