Explorar el Código

企业显示分类

lifanagju_citu hace 4 meses
padre
commit
1097999eb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pagesB/jobFair/enterprisesClassification.vue

+ 1 - 1
pagesB/jobFair/enterprisesClassification.vue

@@ -133,7 +133,7 @@ const getJobFairDetail = async () => {
   if (!query.jobFairId) return
   const { data } = await getJobFair(query.jobFairId)
   // 类型 -1为不传tag参数
-  // tabList.value = data?.tag || [] // 企业改为不分类型
+  tabList.value = data?.tag || []
   handClickTab(tabList.value?.length ? 0 : -1)
   // 轮播图
   if (data?.headImg?.length) {