From 60906baa955db14485d471d92d8ee2a93df4e7f4 Mon Sep 17 00:00:00 2001 From: Sebastian Nugnez Date: Tue, 16 Jun 2020 18:37:39 +0200 Subject: [PATCH] remove console.log --- src/components/VueTableDynamic.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/VueTableDynamic.vue b/src/components/VueTableDynamic.vue index 4a6d33a..f0d463a 100644 --- a/src/components/VueTableDynamic.vue +++ b/src/components/VueTableDynamic.vue @@ -670,8 +670,6 @@ export default { if (index === 0 && this.headerInfirstRow) return true return (row.show && !row.filtered && !(this.pagination && !row.inPage)) }) - - console.log('updateActivatedRows ', this.tableData.activatedRows, this.tableData.activatedRows.length) }, /** * @function 更新分页数据