diff --git a/src/views/gratefulteacher/InstructorCertification.vue b/src/views/gratefulteacher/InstructorCertification.vue index 18efbaff..20858647 100644 --- a/src/views/gratefulteacher/InstructorCertification.vue +++ b/src/views/gratefulteacher/InstructorCertification.vue @@ -189,6 +189,7 @@ const deleteReview = (record,index) =>{ if(record.newId==2){ ViewReviewdata.value.splice(index,1) message.success('删除成功') + return } deleteCourse({id:record.id}).then(res=>{ console.log(res,'res')