会员回收站列表 修改器启用提示信息

This commit is contained in:
15386982806 2024-03-21 16:19:02 +08:00
parent 36190438f0
commit e7ee256b80

View File

@ -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);