Vue3 重构:邮件账号的重构部分提交

This commit is contained in:
YunaiV
2023-03-17 22:33:30 +08:00
parent 96e0ce9866
commit 3f2a77f2d2
6 changed files with 46 additions and 38 deletions

View File

@ -91,7 +91,7 @@ const handleDetail = async (rowId: number) => {
// ========== 初始化 ==========
onMounted(() => {
MailAccountApi.getSimpleMailAccounts().then((data) => {
MailAccountApi.getSimpleMailAccountList().then((data) => {
accountOptions.value = data
})
})