🐛fix:remindStatusOptions.SecondRemind

main
LiaoYijun 8 months ago
parent 81ab201706
commit 02f573eae7

@ -280,7 +280,7 @@ export const RemindStateDefaultOptions = [
*/
export const remindStatusOptions = [
{ value: 'FirstRemind', label: '已发一催' },
{ value: 'SendFirstRemind', label: '已发二催' },
{ value: 'SecondRemind', label: '已发二催' },
{ value: 'ThirdRemind', label: '已发三催' },
{ value: 'important', label: '重点团' },
{ value: 'sendsurvey', label: '已发 travel advisor survey' },
@ -295,6 +295,8 @@ const transferRemind2Checklist = (remindstate) => {
if (isEmpty(remindstate)) return remindValueList
console.info('remindstate.keys: ', Object.keys(remindstate))
if (remindstate.FirstRemind) {
remindValueList.push('FirstRemind')
}

Loading…
Cancel
Save