api return data list edit

This commit is contained in:
joshen
2024-05-24 13:39:07 +08:00
parent 65b73d820b
commit 1d01fc8820
2 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@
reviewId: this.reviewId
}).then(res => {
if (res.code == 200) {
this.lecturersList = res.data
this.lecturersList = res.data.list
} else {
this.lecturersList = []
// this.$refs.uToast.show({message:res.msg,type:'error'});