From bf86579ccc5ff4e0585cb146365d4c414e7ab628 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 14 Sep 2023 15:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E9=A1=B9=E7=9B=AE=E5=BA=93=20?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=B9=B3=E5=8F=B0=E4=BB=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=95=B0=E7=BB=84=E5=BE=AA=E7=8E=AF=E8=A1=A8=E6=A0=BC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/associatedplatthree.vue | 53 +++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/associatedplatthree.vue b/jero-web/src/views/projectManagement/components/associatedplatthree.vue index 3236488aa..52c045f6b 100644 --- a/jero-web/src/views/projectManagement/components/associatedplatthree.vue +++ b/jero-web/src/views/projectManagement/components/associatedplatthree.vue @@ -8,14 +8,14 @@ @close="handleCancel" :visible="visible" style="height: 100%;overflow: auto;padding-bottom: 53px;"> -
+
{{'GB 111'}}{{$t('associatedItem')}}
@@ -108,7 +108,52 @@ width: 130 }, ], - dataList: [], + data: [ + { + id:'1', + list:[ + { + createBy: "linda.zhao", + createByCn: null, + createTime: "2023-04-17 19:10:14", + cut: null, + id: "1647920396307046401", + name: "EU/UK Regulation List V23.04", + orderBy: null, + orderByField: null, + readFlag: null, + state: "1", + state_dictText: "已发布", + sysOrgCode: "SUPERVISORY_ORGANIZATION-3-522", + updateBy: "admin", + updateTime: "2023-05-10 15:24:33", + upgradeExplanation: "asd", + } + ] + }, + { + id:'1', + list:[ + { + createBy: "linda.zhao", + createByCn: null, + createTime: "2023-04-17 19:10:14", + cut: null, + id: "1647920396307046401", + name: "EU/UK Regulation List V23.04", + orderBy: null, + orderByField: null, + readFlag: null, + state: "1", + state_dictText: "已发布", + sysOrgCode: "SUPERVISORY_ORGANIZATION-3-522", + updateBy: "admin", + updateTime: "2023-05-10 15:24:33", + upgradeExplanation: "asd", + } + ] + }, + ], content: [], loading: false, pageNo: 1, @@ -172,6 +217,8 @@ this.visible = false }, handleSubmit(flag) { + console.log(this.selectedRowKeys) + return if (this.selectedRowKeys && this.selectedRowKeys.length > 0) { this.confirmLoading = true let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))