mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
修改
This commit is contained in:
@@ -189,6 +189,7 @@ const deleteReview = (record,index) =>{
|
|||||||
if(record.newId==2){
|
if(record.newId==2){
|
||||||
ViewReviewdata.value.splice(index,1)
|
ViewReviewdata.value.splice(index,1)
|
||||||
message.success('删除成功')
|
message.success('删除成功')
|
||||||
|
return
|
||||||
}
|
}
|
||||||
deleteCourse({id:record.id}).then(res=>{
|
deleteCourse({id:record.id}).then(res=>{
|
||||||
console.log(res,'res')
|
console.log(res,'res')
|
||||||
|
|||||||
Reference in New Issue
Block a user