Browse Source

no message

master
王金鹏 6 years ago
parent
commit
9571e37fa3
  1. 2
      src/views/modules/events/item-deal-detail-view.vue

2
src/views/modules/events/item-deal-detail-view.vue

@ -315,6 +315,7 @@ export default {
this.postDataForm.deptResultDTOS = []
this.postDataForm.evaluateDeptDTOS = []
this.getInfo()
this.getCommentList()
}
})
},
@ -351,7 +352,6 @@ export default {
this.timeLineList.forEach((item, index) => {
const oDiv = document.getElementById(`content${index}`)
const oBorder = oDiv.parentNode.parentNode.parentNode.firstChild
console.log(111)
if (item.type === 'issue' || item.type === 'issue-project') {
oBorder.style.borderLeft = '1px solid #ffa546'
} else if (item.type === 'project') {

Loading…
Cancel
Save