提交修改

This commit is contained in:
daihh
2023-03-06 19:13:40 +08:00
parent 0bf617337b
commit 2b8623c7f6
2 changed files with 3 additions and 4 deletions

View File

@@ -169,7 +169,6 @@ export default {
this.couresList.splice(itemIdx,1);
}else{
this.$message({ type: 'success', message: '删除失败!' });
this.couresList.splice(itemIdx,1);
}
})
}else{