<el-tabs v-model="activeTabName" @tab-click="tabClick" :key="randomKey">
  <!-- 其他代码 -->
</el-tabs>
this.randomKey = Math.random();