From 3f6f6ca50eaefc3b58d37e858e2a3dec07683443 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Tue, 23 Sep 2025 11:02:08 +0800 Subject: [PATCH] commit --- .../zhgh/democratic/proposal/senior/expediting/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html b/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html index 8c09bcfa..8f2bd09b 100644 --- a/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html +++ b/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html @@ -151,6 +151,7 @@ layout("/layouts/platform.html"){ {prop: 'instanceState', label: '流程状态'}, ], chooseTableData: [], + multipleSelection: [], content: '', } }, @@ -177,10 +178,12 @@ layout("/layouts/platform.html"){ }) }, onBatchHandle() { - if(this.chooseTableData.length === 0) { + if(this.multipleSelection.length === 0) { this.$message.warning('请先选择需要催办的提案') return } + this.chooseTableData = [] + this.chooseTableData = clone(this.multipleSelection) this.$refs.guava.edit() }, onHandle(row) { @@ -189,7 +192,7 @@ layout("/layouts/platform.html"){ this.$refs.guava.edit() }, handleSelectionChange(val) { - this.chooseTableData = val + this.multipleSelection = val }, openView(row) { this.$refs.guava.view(() => {