laboratory/src/components/Table/index.vue
@@ -42,14 +42,14 @@ } }, methods: { toggleRowSelection(row, selected) { this.$refs.elTable.toggleRowSelection(row, selected) this.$forceUpdate() }, clearSelection() { this.$refs.elTable.clearSelection() this.$forceUpdate() }, // toggleRowSelection(row, selected) { // this.$refs.elTable.toggleRowSelection(row, selected) // this.$forceUpdate() // }, // clearSelection() { // this.$refs.elTable.clearSelection() // this.$forceUpdate() // }, handleCurrentChange(page) { this.$emit('handleCurrentChange', page) },