wkw 6 bulan lalu
induk
melakukan
49c2864747
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/resume/resume.vue

+ 1 - 1
src/components/resume/resume.vue

@@ -81,7 +81,7 @@
 					this.loading = false
 					if (res.code == 0) {
 						this.pages = res.data.pages
-						this.rightJobList = res.data.records
+						this.rightJobList = res.data?.records || []
 					}
 				})
 			},