mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
api return data list edit
This commit is contained in:
@@ -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'});
|
||||
|
||||
Reference in New Issue
Block a user