|  |  | 
 |  |  |             @change="search">是否包含下级组织</el-checkbox> | 
 |  |  |         </li> | 
 |  |  |       </ul> | 
 |  |  |       <el-table :max-height="tableHeight" v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> | 
 |  |  |       <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> | 
 |  |  |         <el-table-column type="selection" width="55"></el-table-column> | 
 |  |  |         <el-table-column fixed="left" prop="name" label="姓名" min-width="80px"> | 
 |  |  |           <template slot-scope="{row}"> | 
 |  |  | 
 |  |  |     this.getPositionList() | 
 |  |  |   }, | 
 |  |  |   mounted() { | 
 |  |  |     this.$nextTick(() => { | 
 |  |  |       this.tableHeight = document.body.scrollHeight - this.$refs.QueryFormRef.offsetHeight - 276 | 
 |  |  |     }) | 
 |  |  |     // this.$nextTick(() => { | 
 |  |  |     //   this.tableHeight = document.body.scrollHeight - this.$refs.QueryFormRef.offsetHeight - 276 | 
 |  |  |     // }) | 
 |  |  |   }, | 
 |  |  |   methods: { | 
 |  |  |     startEmpowerBatch() { |