From e84825a62dbeb5dc35923199934026589b375be5 Mon Sep 17 00:00:00 2001 From: IITII Date: Tue, 15 Oct 2024 00:20:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E5=90=8E=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=B7=B3=E8=BD=AC=E4=B8=8B=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/waterfall/PicWaterfall.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/waterfall/PicWaterfall.vue b/src/components/waterfall/PicWaterfall.vue index 90d364f..1cdb2d2 100644 --- a/src/components/waterfall/PicWaterfall.vue +++ b/src/components/waterfall/PicWaterfall.vue @@ -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() {