|
@@ -39,7 +39,7 @@ const MessageCenter = () => {
|
|
|
UnityAction.sendMsg('OpenTaskModal', `mandate_id=${item.MandateId}`);
|
|
|
// }
|
|
|
} else {
|
|
|
- if (item?.PatrolId) UnityAction.sendMsg('notiZiJian', item.PatrolId);
|
|
|
+ UnityAction.sendMsg('notiZiJian', item.PatrolId);
|
|
|
}
|
|
|
};
|
|
|
|