perf: 待办目录+邮箱目录; `催信`

dev/ckeditor
Lei OT 4 months ago
parent d881778d78
commit fdfd633ecf

@ -239,7 +239,7 @@ export const getTodoOrdersAction = async (params) => {
_raw: { ...o, VKey: o.COLI_SN, VName: o.COLI_ID, VParent:-1, IsTrue: 0, ApplyDate: '', OrderSourceType: 227001, parent: -1 },
})),
},
{
...(!isEmpty(sticky[1] || []) ? [{
key: key + '-reminder',
title: '催信',
getMails: false,iconIndex: 'reminder',
@ -253,7 +253,7 @@ export const getTodoOrdersAction = async (params) => {
parentIconIndex: 'reminder',
_raw: { ...o, VKey: o.COLI_SN, VName: o.COLI_ID, VParent:-1, IsTrue: 0, ApplyDate: '', OrderSourceType: 227001, parent: -1 },
})),
},
}] : []),
]
return { ...acc, [key]: treeNode }
}, defaultStickyTree)

Loading…
Cancel
Save