This commit is contained in:
server
2025-09-19 17:51:12 +08:00
parent 655467676f
commit 342fa95cfc
@@ -241,6 +241,7 @@ const MEMBER_MANAGE_TABLE = {
this.$axios.post("/platform/member/branchUnion/manage/list/changeWelfareMobile", this.welfareFormData).then((res) => {
if (res.code === 0) {
this.$message.success(res.msg)
this.$emit("refresh-table")
this.changeWelfareMobileVisible = false
}
})