Browse Source

去除日志

bill 2 năm trước cách đây
mục cha
commit
ee927e044f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>