🚩 scTable 增加dataChange 数据变化事件

This commit is contained in:
sc 2021-12-07 12:55:13 +08:00
parent a680f11166
commit f9070da099
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@
this.loading = false;
}
this.$refs.scTable.$el.querySelector('.el-table__body-wrapper').scrollTop = 0
this.$emit('dataChange', res, this.tableData)
},
//
paginationChange(){