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