From 4d59b17d39fc86e0fdee9c7a11fb8b4667ffcef9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 1 Mar 2023 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=80=E4=B8=AA=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../addPropaganda.vue | 8 +- .../AppCooperationPropaganda/circleDetail.vue | 2 +- .../cooperationDetail.vue | 132 ++++++++++-------- .../AppCooperationPropaganda/detail.vue | 2 - 4 files changed, 80 insertions(+), 64 deletions(-) diff --git a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue index 6f07ef5b..737cc0f6 100644 --- a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue @@ -9,11 +9,11 @@
*发送范围
- - 请选择 + + 请选择 预计送达{{ form.wxGroups.length }}个居民群 - + 请选择 预计送达{{ sum }}名成员 @@ -313,7 +313,7 @@ export default { let params = { count, sizeType: ['compressed'], - sourceType: ['album', 'camera'], + sourceType: ['album'], success: (res) => { let count = this.files?.length + (res.tempFiles?.length || res.tempFile ? 1 : 0) if (count > 9) { diff --git a/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue b/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue index d498337d..b8b58020 100644 --- a/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue +++ b/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue @@ -162,7 +162,7 @@ export default { this.subIndex = index; this.getStatistics(); }, - // 获取数据 + // 获取表格数据 getStatistics() { this.$http.post('/app/whchatmomentstask/detailStatistics', null, { params: { diff --git a/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue b/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue index 8bb4f658..f6a93f3a 100644 --- a/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue @@ -66,24 +66,10 @@
-
- -
- -
- +
+
+ {{ item }} +
\ No newline at end of file diff --git a/src/project/huizhili/AppCooperationPropaganda/detail.vue b/src/project/huizhili/AppCooperationPropaganda/detail.vue index f29af9c0..3f50c708 100644 --- a/src/project/huizhili/AppCooperationPropaganda/detail.vue +++ b/src/project/huizhili/AppCooperationPropaganda/detail.vue @@ -167,8 +167,6 @@ export default { }) }, examine() { - // /app/whchatmomentstask/examine - let url = '' if(this.type == 'ResidentsGroup') { url = `/app/appmasssendingtask/examine` } else {