From a8683a2125a709db14ed3311f816d9147da8f865 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 30 Jul 2024 14:48:41 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=B0=E5=A2=9Eexcel=E6=94=AF?= =?UTF-8?q?=E6=8C=81=202=E3=80=81=E4=BF=AE=E6=94=B9=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=A1=A8=E6=A0=BCbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xgf/personStrucManage/components/list.vue | 66 +++++++++---------- 1 file changed, 31 insertions(+), 35 deletions(-) diff --git a/src/views/xgf/personStrucManage/components/list.vue b/src/views/xgf/personStrucManage/components/list.vue index fa94697..b7d519b 100644 --- a/src/views/xgf/personStrucManage/components/list.vue +++ b/src/views/xgf/personStrucManage/components/list.vue @@ -44,8 +44,7 @@ stripe highlight-current-row @selection-change="selectionChange" - @select-all="selectAll" - @row-click="rowClick"> + @select-all="selectAll"> @@ -99,42 +98,42 @@ - - - - - - - - + + + + + + + + - - - + + + - - - + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -152,8 +151,8 @@ import Pagination from '@/components/Pagination' import { requestFN } from '@/utils/request' import waves from '@/directive/waves' -import axios from 'axios' -import moment from 'moment' +// import axios from 'axios' +// import moment from 'moment' export default { components: { Pagination }, @@ -592,9 +591,6 @@ export default { selectAll(selection) { this.selectionSelected = selection }, - rowClick(row, column, event) { - console.log('row :>> ', row) - }, handleExportBtn() { const ids = this.selectionSelected .map(item => {