调整数据刷新散点图与折线图不对应的问题
This commit is contained in:
parent
666c332c56
commit
ddf2f4c7db
|
@ -104,6 +104,7 @@ export default {
|
||||||
ROILists: {
|
ROILists: {
|
||||||
handler(newVal) {
|
handler(newVal) {
|
||||||
this.active = 0
|
this.active = 0
|
||||||
|
this.$emit('sendIndex', 0)
|
||||||
const [ROIOneList, ...lists] = newVal
|
const [ROIOneList, ...lists] = newVal
|
||||||
this.buildOneLineList(ROIOneList)
|
this.buildOneLineList(ROIOneList)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user