解决提示颜色不对的问题

This commit is contained in:
daihh
2023-03-07 17:38:13 +08:00
parent 4f7ce3e43c
commit 45183f6754

View File

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