bill 2 anni fa
parent
commit
ee927e044f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/view/organization/edit.vue

+ 0 - 1
src/view/organization/edit.vue

@@ -115,7 +115,6 @@ defineExpose<QuiskExpose>({
 });
 
 onMounted(async () => {
-  console.log("111");
   organTrees.value = await getOrganizationTree("1");
 });
 </script>