Browse Source

去除日志

bill 2 years ago
parent
commit
ee927e044f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/view/organization/edit.vue

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

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