From 63830b9b27ca2cde90a71a79e08062bc0cabfd46 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 28 Nov 2023 11:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=A4=84=E7=90=86=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=89=80=E5=B1=9E=E7=BB=84=E7=BB=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../satisfactionProvince/index.vue | 2 +- .../modules/shequzhili/event/cpts/add.vue | 76 ++++++- .../shequzhili/event/cpts/event-info.vue | 210 ++++++++++-------- .../shequzhili/event/cpts/process-form.vue | 8 +- .../modules/shequzhili/event/eventList.vue | 111 ++++----- .../modules/shequzhili/eventOld/cpts/add.vue | 120 +++++++--- .../shequzhili/eventOld/cpts/event-info.vue | 24 +- .../shequzhili/eventOld/cpts/process-form.vue | 12 +- 8 files changed, 349 insertions(+), 214 deletions(-) diff --git a/src/views/modules/satisfaction/satisfactionProvince/index.vue b/src/views/modules/satisfaction/satisfactionProvince/index.vue index b1e8adf82..a8ae03512 100644 --- a/src/views/modules/satisfaction/satisfactionProvince/index.vue +++ b/src/views/modules/satisfaction/satisfactionProvince/index.vue @@ -97,7 +97,7 @@ />
{{ badTotal }}
-
综合得分
+
不满意总数
diff --git a/src/views/modules/shequzhili/event/cpts/add.vue b/src/views/modules/shequzhili/event/cpts/add.vue index 1a07f8af0..8257014dd 100644 --- a/src/views/modules/shequzhili/event/cpts/add.vue +++ b/src/views/modules/shequzhili/event/cpts/add.vue @@ -4,10 +4,13 @@
- + + @@ -18,7 +21,8 @@ - + { + if (res.code !== 0) { + return this.$message.error(res.msg) + } else { + console.log('获取组织树成功', res.data) + this.orgOptions = [] + this.orgOptions.push(res.data) + } + }) + .catch(() => { + return this.$message.error('网络错误') + }) + }, async handleShowPersonList() { if (this.formData.gridId) { await this.handleChangeGrid(); @@ -358,10 +418,6 @@ export default { } }, - handleChangeAgency(value) { - // this.agencyName = this.$refs["myCascader"].getCheckedNodes()[0].label - // this.orgId = this.selCategoryArray.length > 0 ? this.selCategoryArray[this.selCategoryArray.length - 1] : '' - }, async getEventInfo() { this.okflag = false; diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 288e75d76..115d72770 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -5,7 +5,7 @@

新增事件

+ @changeGridId="changeGridId" @changeLevel="changeLevel">
@@ -104,7 +104,8 @@