From fb2f1558e2cc37eab1637d2654a4d25fc123d579 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 27 Sep 2023 10:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E9=A1=B9=E7=9B=AE=E5=BA=93-?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95-=E4=B8=8D=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E6=B3=95=E8=A7=84=EF=BC=8C=E7=9B=B4=E6=8E=A5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=85=B3=E8=81=94=E5=B9=B3=E5=8F=B0=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E4=B8=8D=E4=B8=8A=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/listOfRegulations.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 38997122e..d6c47d187 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -2009,6 +2009,9 @@ this.$message.warning(this.$t('unpublishedregulationsselected')) } }else{ + this.dataSource.forEach(item => { + this.selectedRowKeys.push(item.id) + }) flag = '2' this.$refs.associatedplatRef.transferModel(flag,type,this.selectedRowKeys.join(',')) }