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 => {