Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -8,10 +8,10 @@ <el-dialog :visible.sync="dialogTableVisible" append-to-body class="avue-dialog avue-dialog--top" title="主数据配置" top='-40px'> <el-table ref="TableBox" :data="Crud.data" border style="width: 100%" ref="TableBox" @selection-change="selectionChange" @row-click="TableRoute"> <el-table-column @@ -155,7 +155,7 @@ } }) }) console.log(checkedrow) // console.log(checkedrow) this.$nextTick(()=>{ checkedrow.forEach(row => { this.$refs.TableBox.toggleRowSelection(row, true) // 回显