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))