소스 검색

参数调整

Xiao_123 1 년 전
부모
커밋
be68cd9a34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recruit/position/index.vue

+ 1 - 1
src/views/recruit/position/index.vue

@@ -103,7 +103,7 @@ const getPositionList = async () => {
     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