feat: 首页日历功能新增。
This commit is contained in:
@@ -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()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user