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() } // 取消按钮