|
@@ -104,7 +104,6 @@ const getPositionList = async () => {
|
|
financingStatus: 0 // 融资阶段(未融资,天使轮,A轮,不需要融资),示例值(1)
|
|
financingStatus: 0 // 融资阶段(未融资,天使轮,A轮,不需要融资),示例值(1)
|
|
}
|
|
}
|
|
const res = await getJobAdvertisedSearch({ ...pageReqVO })
|
|
const res = await getJobAdvertisedSearch({ ...pageReqVO })
|
|
- debugger
|
|
|
|
// items.value = res.list
|
|
// items.value = res.list
|
|
items.value = [...res.list, test]
|
|
items.value = [...res.list, test]
|
|
total.value = res.total
|
|
total.value = res.total
|