src/views/home/index.vue
@@ -1,6 +1,6 @@ <template> <div class="home-container layout-pd "> <el-row> <el-row :gutter="10"> <el-col class="patTabel" :xs="6" :sm="6" :md="4" :lg="3" :xl="3" v-if="state.isTable"> <el-table :data="state.filterTableData" stripe :height="state.tableHeight.left" size="default" highlight-current-row @current-change="handleCurrentChange" style="width: 100%"> @@ -196,6 +196,7 @@ currentRow.value = val //缓存到vuex 中 storesPat.setPatientsInfo(val) console.log(val) getTabsData() } }