mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
会员回收站列表 修改器启用提示信息
This commit is contained in:
@@ -414,7 +414,7 @@ export default {
|
||||
onOk: () => {
|
||||
API_Member.updateMemberStatus(params).then((res) => {
|
||||
if (res.success) {
|
||||
this.$Message.success("禁用成功");
|
||||
this.$Message.success("启用成功");
|
||||
this.getData();
|
||||
} else {
|
||||
// this.$Message.error(res.message);
|
||||
|
||||
Reference in New Issue
Block a user