魔墙:修复清屏未及时通知
# Conflicts: # src/components/ControlPanelDialog.vue
This commit is contained in:
parent
f0c6ad03d9
commit
4aef830905
|
@ -1494,7 +1494,6 @@ export default defineComponent({
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if(a.length==0){
|
if(a.length==0){
|
||||||
console.log(123)
|
|
||||||
test_monitor_list.value.forEach((ele) => {
|
test_monitor_list.value.forEach((ele) => {
|
||||||
ele.isHide = false;
|
ele.isHide = false;
|
||||||
})
|
})
|
||||||
|
@ -2017,8 +2016,6 @@ export default defineComponent({
|
||||||
monitor_list_current_index.value = -1;
|
monitor_list_current_index.value = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(item)
|
|
||||||
console.log(test_monitor_wall.value)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue