@@ -138,12 +138,15 @@ export default {
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
currentCard() {
|
||||
'currentCard': {
|
||||
immediate: true,
|
||||
handler() {
|
||||
this.copiedCard = JSON.parse(JSON.stringify(this.currentCard))
|
||||
this.allLabels = this.currentCard.labels
|
||||
this.assignedUsers = this.currentCard.assignedUsers.map((item) => item.participant)
|
||||
this.desc = this.currentCard.description
|
||||
this.updateRelativeTimestamps()
|
||||
}
|
||||
},
|
||||
|
||||
desc() {
|
||||
|
||||
Reference in New Issue
Block a user