From 121892301255dc55c2d1be42295dc0e579abcba9 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 21 Feb 2023 11:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Announce/AppAnnounce/components/Add.vue | 6 +++--- .../Announce/AppAnnounce/components/List.vue | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/wxwork/Announce/AppAnnounce/components/Add.vue b/packages/wxwork/Announce/AppAnnounce/components/Add.vue index b71c9dd6..1a85c7d8 100644 --- a/packages/wxwork/Announce/AppAnnounce/components/Add.vue +++ b/packages/wxwork/Announce/AppAnnounce/components/Add.vue @@ -44,11 +44,11 @@

消息预计送达居民群数:

{{ groupLen }} - +
@@ -136,7 +136,7 @@ 从本地上传,图片最大支持10MB,支持JPG,PNG格式;视频最大支持10MB,支持MP4格式;文件最大支持20MB - + @@ -128,7 +128,7 @@ startTime: '', endTime: '' }, - currIndex: '0', + currIndex: '1', name: '', isShow: false, user: [], @@ -248,12 +248,12 @@ }) }, - toAdd(type, id) { + toAdd(id) { this.$emit('change', { type: 'Add', params: { - id, - sendChannel: type + id: id || '', + sendChannel: 0 } }) },