Update customer-archive.vue

This commit is contained in:
huxuejian 2026-05-29 12:07:13 +08:00
parent 70a5d49e93
commit 068161bade

View File

@ -182,7 +182,7 @@ function toHealthList() {
function toggle(i) { function toggle(i) {
if (current.value && current.value._id === i._id) return; if (current.value && current.value._id === i._id) return;
current.value = i; current.value = i;
scrollLeft.value = 0 scrollLeft.value = scrollLeft.value === 0 ? 1 : 0;
} }
function toManagePage() { function toManagePage() {