Skip to content

Commit e84825a

Browse files
committed
feat: 删除后自动跳转下一页
1 parent a10b1ed commit e84825a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/waterfall/PicWaterfall.vue

+2
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ export default {
289289
}
290290
} else {
291291
await this.tryDelDirs(this.node_key, this.node_dir)
292+
// 删除后自动跳转下一页
293+
this.$bus.emit('btn_click_nextNode')
292294
}
293295
},
294296
btn_click_goto_top() {

0 commit comments

Comments
 (0)