|
@@ -175,6 +175,7 @@ const items = ref({
|
|
const interestList = ref([])
|
|
const interestList = ref([])
|
|
const getJobInterested = async () => {
|
|
const getJobInterested = async () => {
|
|
const data = await getResumeJobInterested()
|
|
const data = await getResumeJobInterested()
|
|
|
|
+ if (!data.length) return
|
|
interestList.value = data
|
|
interestList.value = data
|
|
interestList.value = dealJobData(data)
|
|
interestList.value = dealJobData(data)
|
|
}
|
|
}
|