Xiao_123 hai 11 meses
pai
achega
737161eb00
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/resume/components/jobIntention.vue

+ 1 - 0
src/views/resume/components/jobIntention.vue

@@ -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)
 }