wkw 6 月之前
父節點
當前提交
49c2864747
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 || []
 					}
 				})
 			},