This commit is contained in:
shefengchun 2023-02-24 17:36:17 +08:00
commit d59a111b0d
1 changed files with 0 additions and 3 deletions

View File

@ -1340,10 +1340,8 @@ export default defineComponent({
test_monitor_list.value[index].isactive = true;
};
let test_delete_flag = false;
let isupdata=(false);
const refresh_all = () => {
refresh_resize(2);
test_monitor_wall.value = [];
current_index.value = -1;
monitor_list_current_index.value=-1
percenter.value = last_percenter.value;
@ -1360,7 +1358,6 @@ export default defineComponent({
// test_monitor_list.value[element.id].isHide = true;
// });
realtime_upload(last_wall.value,last_percenter.value,2);
isupdata=true;
};
let sort_index: any = ref([]);
let old_sort_index: any = [];