Update customer-archive.vue
This commit is contained in:
parent
70a5d49e93
commit
068161bade
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user