updateGroup

This commit is contained in:
liuye
2023-05-25 11:52:29 +08:00
parent 585dc1508e
commit 82022c4c38

View File

@@ -72,7 +72,7 @@
this.$http.post(`/app/wxcp/wxgroupchattag/markTagForCP?tagId=${this.tagId}&groupId=${row.id}`).then((res) => {
if (res.code == 0) {
this.$u.toast('移除成功!')
this.getListInit()
uni.$emit('updateGroup')
}
})
})