fix: 账户管理,自测问题修复。

This commit is contained in:
tianyongbao
2024-05-15 09:36:31 +08:00
parent 807e7aaac9
commit 1298f811ef

View File

@@ -286,9 +286,7 @@ function getList() {
const handleQueryTypeChange = (type) => {
queryParams.value.type = type
listAccounts(queryParams.value).then((response) => {
accountsList.value = response.rows
})
getList()
}
// 取消按钮