魔墙:修复清屏未及时通知

# Conflicts:
#	src/components/ControlPanelDialog.vue
This commit is contained in:
miao 2023-03-08 11:40:05 +08:00
parent f0c6ad03d9
commit 4aef830905
1 changed files with 0 additions and 3 deletions

View File

@ -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)
} }
}, },