From ef4b9081ffd9ebd499a7adec405fc3ce3991f2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=B4=A0?= <66666@66.com> Date: Thu, 23 May 2024 09:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityParty/activity/index.vue | 24 ++- .../modules/workSys/typeActivity/index.vue | 22 +- .../workSys/typeActivity/typeActivityadd.vue | 195 ++++++++++++++++++ 3 files changed, 223 insertions(+), 18 deletions(-) create mode 100644 src/views/modules/workSys/typeActivity/typeActivityadd.vue diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue index 3b60fa888..3a5488b46 100644 --- a/src/views/modules/communityParty/activity/index.vue +++ b/src/views/modules/communityParty/activity/index.vue @@ -219,6 +219,7 @@ this.loadTable() this.listServerOrg() + this.communityPublicity() }, @@ -237,12 +238,33 @@ let { data, code, msg } = await requestPost(url, params); if (code == 0) { this.corganizerList = data; - console.log("datadata",this.corganizerList) + // console.log("datadata",this.corganizerList) } else if (code >= 8000) { this.$message.error(msg); } }, + async communityPublicity() { + const url = "/actual/base/communityPublicity/page"; + let params = { + "pageSize": 20, + "pageNo": 1, + // "title": "", + // "tagId": "", + // "startTime": "", + // "endTime": "" + }; + + let { data, code, msg } = await requestGet(url, params); + console.log("datadatadata",data) + // if (code == 0) { + // this.corganizerList = data; + // console.log("datadata",this.corganizerList) + // } else if (code >= 8000) { + // this.$message.error(msg); + // } + }, + handleCateCHange(val) { if (val.length === 2) { this.formData.serviceMatter = val[1]; diff --git a/src/views/modules/workSys/typeActivity/index.vue b/src/views/modules/workSys/typeActivity/index.vue index 1e0f6f6b2..c8e4fc6d4 100644 --- a/src/views/modules/workSys/typeActivity/index.vue +++ b/src/views/modules/workSys/typeActivity/index.vue @@ -75,8 +75,8 @@ - + + + + + + + + \ No newline at end of file