会员回收站列表 修改器启用提示信息
This commit is contained in:
parent
36190438f0
commit
e7ee256b80
@ -414,7 +414,7 @@ export default {
|
|||||||
onOk: () => {
|
onOk: () => {
|
||||||
API_Member.updateMemberStatus(params).then((res) => {
|
API_Member.updateMemberStatus(params).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$Message.success("禁用成功");
|
this.$Message.success("启用成功");
|
||||||
this.getData();
|
this.getData();
|
||||||
} else {
|
} else {
|
||||||
// this.$Message.error(res.message);
|
// this.$Message.error(res.message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user