From a88d4872d4c7d035ef389a7b6d7eb2d732dd6d75 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 25 Apr 2024 14:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2,=E5=AE=BD=E5=BA=A6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/details/jmxq.vue | 2 +- src/views/dataBoard/cpts/details/smyd.vue | 2 +- src/views/dataBoard/cpts/details/xqwmz.vue | 2 +- src/views/dataBoard/cpts/event-details.vue | 9 ++++++--- .../cpts/personnel/modules/businessTables/complaint.vue | 2 +- .../modules/businessTables/reporting-events.vue | 3 ++- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/dataBoard/cpts/details/jmxq.vue b/src/views/dataBoard/cpts/details/jmxq.vue index f6b2cac28..ff0217dc1 100644 --- a/src/views/dataBoard/cpts/details/jmxq.vue +++ b/src/views/dataBoard/cpts/details/jmxq.vue @@ -190,7 +190,7 @@ export default { } .eventWrap { - width: 1094px; + // width: 1094px; height: 798px; overflow-y: auto; overflow-x: hidden; diff --git a/src/views/dataBoard/cpts/details/smyd.vue b/src/views/dataBoard/cpts/details/smyd.vue index e2cf0d45c..de16f799f 100644 --- a/src/views/dataBoard/cpts/details/smyd.vue +++ b/src/views/dataBoard/cpts/details/smyd.vue @@ -207,7 +207,7 @@ export default { } .eventWrap { - width: 1094px; + // width: 1094px; max-height: 798px; overflow-y: auto; overflow-x: hidden; diff --git a/src/views/dataBoard/cpts/details/xqwmz.vue b/src/views/dataBoard/cpts/details/xqwmz.vue index 1a8fd95ff..c69a4bc89 100644 --- a/src/views/dataBoard/cpts/details/xqwmz.vue +++ b/src/views/dataBoard/cpts/details/xqwmz.vue @@ -291,7 +291,7 @@ export default { } .eventWrap { - width: 1094px; + // width: 1094px; max-height: 798px; overflow-y: auto; overflow-x: hidden; diff --git a/src/views/dataBoard/cpts/event-details.vue b/src/views/dataBoard/cpts/event-details.vue index 5f3fe4567..dbccfe7bc 100644 --- a/src/views/dataBoard/cpts/event-details.vue +++ b/src/views/dataBoard/cpts/event-details.vue @@ -221,6 +221,10 @@ export default { type: Boolean, default: false, }, + formType: { + type: String, + default: false, + }, }, data() { @@ -267,7 +271,7 @@ export default { getDetailsData(id) { this.loading = true; this.$http - .post("/governance/icEvent/detail", {icEventId: id}) + .post(`/governance/${this.formType == '12345'?'icEvent':'icEventOld'}/detail`, {icEventId: id}) .then((res) => { const {code, data, msg} = res.data; if (code === 0) { @@ -279,10 +283,9 @@ export default { } }); }, - getProcessData(id) { this.$http - .post("/governance/icEvent/process", {icEventId: id}) + .post(`/governance/${this.formType == '12345'?'icEvent':'icEventOld'}/process`, {icEventId: id}) .then((res) => { const {code, data, msg} = res.data; if (code === 0) { diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue index f5c8f03b4..2f615e02e 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue @@ -17,7 +17,7 @@
暂无数据
- + - + @@ -45,6 +45,7 @@ export default { total: 0, rowId: null, showDialog: false, + }; }, created() {},