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