0
点赞
收藏
分享

微信扫一扫

前端项目实战43-删除做一个对应得提示


Modal.confirm({
title: '系统提示',
content: '是否删除?',
onOk() {

},
onCancel() {

},
});

举报

相关推荐

0 条评论