@@ -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 || []
}
})
},