浏览代码

去除日志

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>