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

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: () => {
API_Member.updateMemberStatus(params).then((res) => {
if (res.success) {
this.$Message.success("用成功");
this.$Message.success("用成功");
this.getData();
} else {
// this.$Message.error(res.message);