From 1298f811ef517884e33a29039a7c345e6c396b9c Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 15 May 2024 09:36:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A6=E6=88=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E8=87=AA=E6=B5=8B=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/accounts/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/invest/accounts/index.vue b/src/views/invest/accounts/index.vue index b30ca51..5b2aaba 100644 --- a/src/views/invest/accounts/index.vue +++ b/src/views/invest/accounts/index.vue @@ -286,9 +286,7 @@ function getList() { const handleQueryTypeChange = (type) => { queryParams.value.type = type - listAccounts(queryParams.value).then((response) => { - accountsList.value = response.rows - }) + getList() } // 取消按钮