Commit a6fd036a authored by 15008242619's avatar 15008242619

Merge branch 'dev' of http://94.191.100.41/tfmom/tf-mom-web into dev

parents b952d563 dc605169
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -168,7 +168,7 @@ export default {
this.clickTask = item
setMsgStatus(item).then(res => {
this.$set(this.messageList[index], 'state', 1)
this.$emit('getMessageData', item || null)
this.$emit('getMessageData', { ...item, businessObjectTitle: res.items.businessObjectTitle } || null)
})
},
getMoreTaskData() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment