diff --git a/src/views/modules/communityService/wennuanzhaoren/personList.vue b/src/views/modules/communityService/wennuanzhaoren/personList.vue index f68f7870b..e568b1005 100644 --- a/src/views/modules/communityService/wennuanzhaoren/personList.vue +++ b/src/views/modules/communityService/wennuanzhaoren/personList.vue @@ -99,7 +99,7 @@
- 公众号消息推送 + 公众号消息推送 标记享受服务人员 查询
@@ -302,6 +302,10 @@ export default { // 重新加载列表 this.handleSearch(); }, + //推送公众号 + onMessagePush() { + alert("哥哥,点我") + }, /** * 组织选择触发事件 @@ -491,7 +495,8 @@ export default { required: true, } - } + }, + }