fix: 记账管理,功能优化,编辑删除按钮功能完善。

This commit is contained in:
tianyongbao
2024-08-06 19:37:29 +08:00
parent 18e1050707
commit 2bd197ba59
5 changed files with 11 additions and 4 deletions

View File

@@ -342,6 +342,8 @@ function handleDelete(row) {
})
.then(() => {
getList()
getDebitList()
getcreditCardList()
proxy.$modal.msgSuccess('删除成功')
})
.catch(() => {})