spring
昨天 b651c36ab85ca0a6e6cd0ed1e033948db9c51791
src/views/collaborativeApproval/notificationManagement/meetPublish/index.vue
@@ -239,7 +239,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})` : ''}`
      }
    })