|
|
|
@ -144,11 +144,6 @@ export const useEmailList = (mailboxDirNode) => {
|
|
|
|
|
const _x = readCache.data.map((ele) => ({
|
|
|
|
|
...ele,
|
|
|
|
|
key: ele.MAI_SN,
|
|
|
|
|
title: ele.MAI_Subject,
|
|
|
|
|
description: ele.SenderReceiver,
|
|
|
|
|
mailDate: ele.SRDate,
|
|
|
|
|
orderNo: ele.MAI_COLI_ID || '',
|
|
|
|
|
country: ele.CountryCN || '',
|
|
|
|
|
}))
|
|
|
|
|
setMailList(_x)
|
|
|
|
|
}
|
|
|
|
@ -159,11 +154,6 @@ export const useEmailList = (mailboxDirNode) => {
|
|
|
|
|
const _x = x.map((ele) => ({
|
|
|
|
|
...ele,
|
|
|
|
|
key: ele.MAI_SN,
|
|
|
|
|
title: ele.MAI_Subject,
|
|
|
|
|
description: ele.SenderReceiver,
|
|
|
|
|
mailDate: ele.SRDate,
|
|
|
|
|
orderNo: ele.MAI_COLI_ID || '',
|
|
|
|
|
country: ele.CountryCN || '',
|
|
|
|
|
}))
|
|
|
|
|
setMailList(_x)
|
|
|
|
|
} catch (networkError) {
|
|
|
|
|