소스 검색

去除日志

bill 2 년 전
부모
커밋
ee927e044f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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>