|  |  | 
 |  |  |         <li><el-button :loading="isWorking.export" @click="exportExcel">导出</el-button></li> | 
 |  |  |       </ul> | 
 |  |  |       <el-table | 
 |  |  |           :height="tableHeightNew" | 
 |  |  |         v-loading="isWorking.search" | 
 |  |  |         :data="tableData.list" | 
 |  |  |         stripe | 
 |  |  |         border | 
 |  |  |         @selection-change="handleSelectionChange" | 
 |  |  |       > | 
 |  |  |         <!-- <el-table-column prop="roomName" label="会议室" align="center" min-width="100px"></el-table-column> --> | 
 |  |  | 
 |  |  |     userList({ | 
 |  |  |       page: 1, | 
 |  |  |       capacity: 9999, | 
 |  |  |       model: { realname: this.filterText }, | 
 |  |  |       model: { realname: this.filterText, companyType: 1 }, | 
 |  |  |     }) | 
 |  |  |       .then(res => { | 
 |  |  |         console.log('userList', res); |