2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat(文件): 路径切换后清空已选择

This commit is contained in:
耗子
2024-11-05 02:57:30 +08:00
parent 3a579f2346
commit 3831d47a23

View File

@@ -618,6 +618,7 @@ onMounted(() => {
watch(
path,
() => {
selected.value = []
handlePageChange(1)
window.$bus.emit('push-history', path.value)
},