fix: 账户管理,自测问题修复。
This commit is contained in:
@@ -286,9 +286,7 @@ function getList() {
|
||||
|
||||
const handleQueryTypeChange = (type) => {
|
||||
queryParams.value.type = type
|
||||
listAccounts(queryParams.value).then((response) => {
|
||||
accountsList.value = response.rows
|
||||
})
|
||||
getList()
|
||||
}
|
||||
|
||||
// 取消按钮
|
||||
|
||||
Reference in New Issue
Block a user