<el-table-column type="selection" :reserve-selection="true" v-if="updateShow" fixed="left" :width="100"></el-table-column>
<el-table-column reset="桩复位" label="桩复位" fixed="right" :width="100" v-if="resetShow">
<template slot-scope="scope">
<el-button class="reset" @click="inreset(scope.row)"> 复位 </el-button>
</template>
</el-table-column>
<el-table ref="multipleTable" :row-key="(row)=>{return row.id}" tooltip-effect="dark" @selection-change="handleSelectionChange" border style="width: 100%">
<myTable :tableKey="tableKey" :width="width" :update-show="true"></myTable>// 这是内容
</el-table>
this.$refs.multipleTable.clearSelection();