修改已知问题

This commit is contained in:
qq787203167
2022-05-25 17:53:02 +08:00
parent 4a7b7a944f
commit 267b5f12da
14 changed files with 79 additions and 35 deletions
@@ -26,7 +26,7 @@
</a-table>
</div>
</div>
<responsibilityList ref="responsibilityListRef"/>
<responsibilityList @responsibility="responsibility" ref="responsibilityListRef"/>
</div>
</template>
@@ -174,8 +174,10 @@
})
}
this.getEcharts('main-left', this.$t('CurrentStatusOfTheProject'), color, data)
},
responsibility(item) {
this.$emit('currentStatus', item)
}
}
}
</script>