update
This commit is contained in:
@@ -221,7 +221,7 @@ export const taskAdjust = async (item: any, readType: number = MessageRead.READ)
|
||||
return;
|
||||
}
|
||||
|
||||
const params = JSON.parse(item.params);
|
||||
const params = JSON.parse(item.params || '{}');
|
||||
if (item.msgCategory === MessageCategory.TASK) {
|
||||
// 通过id查询任务详情
|
||||
const res = await getObj(params.taskId);
|
||||
|
||||
Reference in New Issue
Block a user