feat: 首页日历功能新增。

This commit is contained in:
tianyongbao
2024-08-01 19:04:36 +08:00
parent fa4b71ecac
commit fa651a32f5
9 changed files with 308 additions and 127 deletions

View File

@@ -337,12 +337,16 @@ function submitForm() {
proxy.$modal.msgSuccess('修改成功')
open.value = false
getList()
getDebitList()
getLendList()
})
} else {
addAccountsTransferRecord(form.value).then((response) => {
proxy.$modal.msgSuccess('新增成功')
open.value = false
getList()
getDebitList()
getLendList()
})
}
}