Skip to content

Commit

Permalink
fix(table): fix table datasource watch unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
luchunyu committed Jan 29, 2019
1 parent 8edf58d commit 4dec9ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/table/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export default {
watch: {
datasource: {
handler (newVal, oldVal) {
if (newVal === this.dataList) return
this.composeData()
this.getColumnsDetail()
this.$nextTick(_ => {
Expand Down

0 comments on commit 4dec9ee

Please sign in to comment.