关闭全部时以及清屏清除显示器当前选择
This commit is contained in:
parent
3d0925f444
commit
be2a23fdff
|
@ -2127,6 +2127,7 @@ export default defineComponent({
|
|||
closeAllWindows() {
|
||||
sort_index.value = [];
|
||||
current_index.value = -1;
|
||||
monitor_list_current_index.value = -1;
|
||||
// test_monitor_wall.value.forEach((ele) => {
|
||||
// ele.cmh = Math.round(ele.h / lcm.value);
|
||||
// ele.cmw = Math.round(ele.w / lcm.value);
|
||||
|
@ -2136,6 +2137,7 @@ export default defineComponent({
|
|||
test_monitor_list.value.forEach((element) => {
|
||||
element.isHide = false;
|
||||
});
|
||||
|
||||
test_monitor_wall.value = [];
|
||||
multiple_select.value = [];
|
||||
realtime_upload();
|
||||
|
|
Loading…
Reference in New Issue