From 7d94214951c0114553c1a11e22333b4f26d38fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Tue, 19 Nov 2024 15:54:44 +0800 Subject: [PATCH] bug --- pages/outbound/bill-out-store.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/outbound/bill-out-store.vue b/pages/outbound/bill-out-store.vue index ccacbf3..347faa8 100644 --- a/pages/outbound/bill-out-store.vue +++ b/pages/outbound/bill-out-store.vue @@ -119,6 +119,7 @@ this.options = [...res] }, selectChange (e) { + this.index = e if (e) { this.searchList() }