Skip to content

Commit 2f9fa29

Browse files
committed
Change h4/r2 on all pages if show orphans
1 parent 331d92a commit 2f9fa29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/DataTable/DataTable.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@ watch(() => appStore[currentPageName.value]?.showOrphans, async () => {
153153
if (showOrphans) {
154154
appStore[currentPageName.value].filters.h4 = 0
155155
appStore[currentPageName.value].filters.r2 = 0
156+
157+
appStore[locuszoomPage].filters.h4 = 0
158+
appStore[locuszoomPage].filters.r2 = 0
159+
160+
appStore[multizoomPage].filters.h4 = 0
161+
appStore[multizoomPage].filters.r2 = 0
162+
163+
appStore[searchPage].filters.h4 = 0
164+
appStore[searchPage].filters.r2 = 0
156165
}
157166
await loadDataDebounced()
158167
})

0 commit comments

Comments
 (0)