魔墙修复多次点击恢复异常
This commit is contained in:
parent
da7a4bdd05
commit
84ae856c71
|
@ -1340,10 +1340,8 @@ export default defineComponent({
|
||||||
test_monitor_list.value[index].isactive = true;
|
test_monitor_list.value[index].isactive = true;
|
||||||
};
|
};
|
||||||
let test_delete_flag = false;
|
let test_delete_flag = false;
|
||||||
let isupdata=(false);
|
|
||||||
const refresh_all = () => {
|
const refresh_all = () => {
|
||||||
refresh_resize(2);
|
refresh_resize(2);
|
||||||
test_monitor_wall.value = [];
|
|
||||||
current_index.value = -1;
|
current_index.value = -1;
|
||||||
monitor_list_current_index.value=-1
|
monitor_list_current_index.value=-1
|
||||||
percenter.value = last_percenter.value;
|
percenter.value = last_percenter.value;
|
||||||
|
@ -1360,7 +1358,6 @@ export default defineComponent({
|
||||||
// test_monitor_list.value[element.id].isHide = true;
|
// test_monitor_list.value[element.id].isHide = true;
|
||||||
// });
|
// });
|
||||||
realtime_upload(last_wall.value,last_percenter.value,2);
|
realtime_upload(last_wall.value,last_percenter.value,2);
|
||||||
isupdata=true;
|
|
||||||
};
|
};
|
||||||
let sort_index: any = ref([]);
|
let sort_index: any = ref([]);
|
||||||
let old_sort_index: any = [];
|
let old_sort_index: any = [];
|
||||||
|
|
Loading…
Reference in New Issue