Skip to content

Commit

Permalink
feat: 删除后自动跳转下一页
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Oct 14, 2024
1 parent a10b1ed commit e84825a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/waterfall/PicWaterfall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ export default {
}
} else {
await this.tryDelDirs(this.node_key, this.node_dir)
// 删除后自动跳转下一页
this.$bus.emit('btn_click_nextNode')
}
},
btn_click_goto_top() {
Expand Down

0 comments on commit e84825a

Please sign in to comment.