From 6e9d8172cdb89cfac702da2020f1388a2d09f212 Mon Sep 17 00:00:00 2001 From: zhengmingliang Date: Tue, 25 Oct 2022 15:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=85=A5=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=85=A8=E9=80=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/basicCompanyProductsImport.vue | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/src/views/basic/basicCompanyProductsImport.vue b/src/views/basic/basicCompanyProductsImport.vue index 57cf2e5..d9742db 100644 --- a/src/views/basic/basicCompanyProductsImport.vue +++ b/src/views/basic/basicCompanyProductsImport.vue @@ -45,12 +45,17 @@ style="width: 100%" ref="diList" highlight-current-row - @selection-change="handleSelectionChange" + :header-cell-class-name="cellClass" + @current-change="handleSelectionChange" > - + + + { - this.postQuery.rlIds.push(obj.id); - }); + } + this.postQuery.rlIds.push(selectData.id); this.allExport(); }, @@ -1038,7 +1047,7 @@ export default { }); }, handleSelectionChange(selection) { - + this.radioCheck=selection.id; this.curSelectDi = selection[0]; if (selection.length > 1) { this.$refs.diList.clearSelection(); @@ -1173,6 +1182,10 @@ export default { };