|
@@ -65,7 +65,7 @@
|
|
|
@queryTable="getList"
|
|
|
></right-toolbar> -->
|
|
|
</el-row>
|
|
|
-
|
|
|
+ <!-- @selection-change="handleSelectionChange" -->
|
|
|
<el-table
|
|
|
v-if="refreshTable"
|
|
|
v-loading="loading"
|
|
@@ -74,7 +74,7 @@
|
|
|
:default-expand-all="isExpandAll"
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
:header-cell-style="{ background: '#003C69', color: 'white' }"
|
|
|
- @selection-change="handleSelectionChange"
|
|
|
+
|
|
|
>
|
|
|
<el-table-column type="selection" width="49"></el-table-column>
|
|
|
<el-table-column
|