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

This commit is contained in:
miao 2023-03-08 11:40:05 +08:00
parent 138b19c717
commit 45c30349a0
1 changed files with 7 additions and 2 deletions

View File

@ -1493,6 +1493,12 @@ export default defineComponent({
}); });
}); });
} }
if(a.length==0){
test_monitor_list.value.forEach((ele) => {
ele.isHide = false;
})
test_monitor_wall.value=[]
}
}; };
const sub_x = () => { const sub_x = () => {
const wall_dom = wall.value; const wall_dom = wall.value;
@ -1713,6 +1719,7 @@ export default defineComponent({
sort_index.value = []; sort_index.value = [];
old_sort_index = []; old_sort_index = [];
last_wall.value = []; last_wall.value = [];
last_percenter.value=1
let client = GlobalData.getInstance().getCurrentClient(); let client = GlobalData.getInstance().getCurrentClient();
if (client) { if (client) {
const settings = await GlobalData.getInstance() const settings = await GlobalData.getInstance()
@ -2009,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)
} }
}, },