From f0f2868217c4bf4ca05a8d5bf7d60aa73eb9439a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 28 Nov 2024 14:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9D=A3=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/eventOld/timeOut/resi-time.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/modules/shequzhili/eventOld/timeOut/resi-time.vue b/src/views/modules/shequzhili/eventOld/timeOut/resi-time.vue index aee9394d7..72159dee9 100644 --- a/src/views/modules/shequzhili/eventOld/timeOut/resi-time.vue +++ b/src/views/modules/shequzhili/eventOld/timeOut/resi-time.vue @@ -187,7 +187,7 @@ @@ -568,7 +568,7 @@ export default { let params = { icEventIdList: this.multipleSelection, content: this.superviseFrom.content, - operationType:21 // 21:督办 + operationType:"7" // 21:督办 }; const { data, code, msg } = await requestPost(url, params); if (code === 0) { @@ -685,6 +685,11 @@ export default { handleEditSuccess() { this.handleClose(); this.getTableData(); + }, + beforhandleVote(row){ + this.showSupervise=true + this.multipleSelection=[] + this.multipleSelection.push(row.icEventId) }, async handleVote(row){ const url = "/governance/icEventOld/updateSpecialColumn";