qsh 3 weeks ago
parent edc095cd48
commit 32ebe58d07
  1. 3
      src/views/Clue/Pool/Comp/DrawerClue.vue

@ -232,7 +232,8 @@ function getFollowList() {
content: item.content,
operateDate: formatDate(item.operateTime),
followTime: formatDate(item.operateTime, 'YYYY-MM-DD HH:mm'),
nextFollowTime: formatDate(item.nextFollowTime)
nextFollowTime: formatDate(item.nextFollowTime),
intentionState: item.intentionState
}))
})
}

Loading…
Cancel
Save