mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
修复删除会员评论,弹出框不关闭问题
This commit is contained in:
@@ -304,6 +304,7 @@ export default {
|
||||
loading: true,
|
||||
onOk: () => {
|
||||
API_Member.delMemberReview(v.id).then((res) => {
|
||||
this.$Modal.remove();
|
||||
this.$Message.success("修改成功");
|
||||
this.init();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user