mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-22 14:55:07 +08:00
Vue3 重构:邮件账号的重构部分提交
This commit is contained in:
@ -91,7 +91,7 @@ const handleDetail = async (rowId: number) => {
|
||||
|
||||
// ========== 初始化 ==========
|
||||
onMounted(() => {
|
||||
MailAccountApi.getSimpleMailAccounts().then((data) => {
|
||||
MailAccountApi.getSimpleMailAccountList().then((data) => {
|
||||
accountOptions.value = data
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user