ltao 3 年 前
コミット
4d264227c3
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/system/dept/index.vue

+ 2 - 2
src/views/system/dept/index.vue

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