src/views/collaborativeApproval/notificationManagement/meetExamine/index.vue
@@ -240,7 +240,7 @@ it.participants = staffList.value.filter(staff => staffs.some(id=>id === staff.id)).map(staff => { return { id: staff.id, name: `${staff.staffName}(${staff.postName})` name: `${staff.staffName}${staff.postName ? ` (${staff.postName})` : ''}` } })