魔墙:修复清屏未及时通知
This commit is contained in:
parent
138b19c717
commit
45c30349a0
|
@ -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 wall_dom = wall.value;
|
||||
|
@ -1713,6 +1719,7 @@ export default defineComponent({
|
|||
sort_index.value = [];
|
||||
old_sort_index = [];
|
||||
last_wall.value = [];
|
||||
last_percenter.value=1
|
||||
let client = GlobalData.getInstance().getCurrentClient();
|
||||
if (client) {
|
||||
const settings = await GlobalData.getInstance()
|
||||
|
@ -2009,8 +2016,6 @@ export default defineComponent({
|
|||
monitor_list_current_index.value = -1;
|
||||
}
|
||||
}
|
||||
console.log(item)
|
||||
console.log(test_monitor_wall.value)
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue