调整数据刷新散点图与折线图不对应的问题

This commit is contained in:
任珮宇 2024-01-16 18:13:33 +08:00
parent 666c332c56
commit ddf2f4c7db

View File

@ -104,6 +104,7 @@ export default {
ROILists: {
handler(newVal) {
this.active = 0
this.$emit('sendIndex', 0)
const [ROIOneList, ...lists] = newVal
this.buildOneLineList(ROIOneList)
},