lifanagju_citu преди 1 година
родител
ревизия
9ef8cd55be
променени са 1 файла, в които са добавени 14 реда и са изтрити 13 реда
  1. 14 13
      src/views/recruit/position/index.vue

+ 14 - 13
src/views/recruit/position/index.vue

@@ -10,7 +10,7 @@
       <conditionFilter class="mx-5 mb-3"></conditionFilter>
     </v-card>
     <div class="d-flex mt-3">
-      <div class="mr-3">
+      <div class="mr-3" style="min-width: 884px;">
         <PositionLongStrip :items="items"></PositionLongStrip>
       </div>
       <rightRecommend></rightRecommend>
@@ -91,23 +91,24 @@ const test = {
 const getPositionList = async () => {
   const pageReqVO = {
     ...pageInfo,
-    content: '', // 搜索内容,示例值(xx科技/xx经理)
-    areaIds: [], //工作地区id集合,示例值([])
-    expType: 0, // 工作经验(menduner_exp_type),示例值(1)
-    eduType: 0, // 	学历要求(menduner_education_type),示例值(1)
-    payType: 0, // 薪酬待遇范围(menduner_pay_scope),示例值(12)
-    jobType: 0, // 求职类型(menduner_job_type),示例值(2)
-    positionId: 0, // 职位类型,示例值(2)
-    enterpriseType: 0, // 企业类型(menduner_enterprise_type)
-    industryIds: [], // 行业信息id集合,示例值([])
-    scale: 0, // 人员规模(0-20人,20-99人)示例值(1)
-    financingStatus: 0 // 融资阶段(未融资,天使轮,A轮,不需要融资),示例值(1)
+    // content: '', // 搜索内容,示例值(xx科技/xx经理)
+    // areaIds: [], //工作地区id集合,示例值([])
+    // expType: 0, // 工作经验(menduner_exp_type),示例值(1)
+    // eduType: 0, // 	学历要求(menduner_education_type),示例值(1)
+    // payType: 0, // 薪酬待遇范围(menduner_pay_scope),示例值(12)
+    // jobType: 0, // 求职类型(menduner_job_type),示例值(2)
+    // positionId: 0, // 职位类型,示例值(2)
+    // enterpriseType: 0, // 企业类型(menduner_enterprise_type)
+    // industryIds: [], // 行业信息id集合,示例值([])
+    // scale: 0, // 人员规模(0-20人,20-99人)示例值(1)
+    // financingStatus: 0 // 融资阶段(未融资,天使轮,A轮,不需要融资),示例值(1)
   }
-  const res = await getJobAdvertisedSearch({ ...pageReqVO })
+  const res = await getJobAdvertisedSearch(pageReqVO)
   // items.value = res.list
   items.value = [...res.list, test]
   total.value = res.total
 }
+// items.value = [test]
 getPositionList()
 
 const handleChangePage = (index) => {