|
|
|
@ -32,6 +32,7 @@ const MailOrderSearchModal = ({ ...props }) => {
|
|
|
|
|
const { coli_id, sourcetype, ...mailboxParams } = valuesToSub
|
|
|
|
|
result = await getEmailDirAction({ ...mailboxParams, opi_sn: currentMailboxOPI }, false)
|
|
|
|
|
updateCurrentMailboxNestedDirs(result[`${currentMailboxOPI}`])
|
|
|
|
|
setMailboxActiveNode({key: -1, title: '1月', iconIndex: 1, _raw: { VKey: -1, COLI_SN: 0, IsTrue: 0 }})
|
|
|
|
|
} else {
|
|
|
|
|
const htOrderParams = pick(valuesToSub, ['coli_id', 'sourcetype'])
|
|
|
|
|
result = await queryHTOrderListAction({ ...htOrderParams, opi_sn: currentMailboxOPI })
|
|
|
|
|