Skip to content

Commit

Permalink
#76 fix show no data when rerun the cell (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubnameting authored Jan 26, 2022
1 parent 704ed06 commit db5d8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page/Workspace/Notebook/ExcuteResult/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export default class ExcuteResult extends Vue {
}
}
this.tableList = parsedResult
this.pageInfo.page = 1
this.getRenderList()
}
}
Expand Down

0 comments on commit db5d8fe

Please sign in to comment.