From 3f3817a39238b262155cd5ec76fa351bb344602d Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 01 一月 2025 21:33:57 +0800
Subject: [PATCH] 打印工单流程卡

---
 src/views/tigerprojects/system/lowcode/composition/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/composition/index.vue b/src/views/tigerprojects/system/lowcode/composition/index.vue
index 9ee294e..58504c3 100644
--- a/src/views/tigerprojects/system/lowcode/composition/index.vue
+++ b/src/views/tigerprojects/system/lowcode/composition/index.vue
@@ -83,10 +83,9 @@
   import GeneralModal from '/@/views/components/GeneralModal.vue';
   import CarGridNav from './CarGridNav.vue';
   import Config from './Config.vue';
-  import LeftTree from './LeftTree.vue';
   import CustModal from '/@/views/components/CustModal.vue';
   import { OpenCustModal, initRoute } from '../data';
-  import { Ref, VNode, onMounted, provide, ref, unref } from 'vue';
+  import { Ref, VNode, defineAsyncComponent, onMounted, provide, ref, unref } from 'vue';
   import { FlowChartView } from '/@/components/FlowChart';
   import { useRoute } from 'vue-router';
   import { BasicForm, useForm } from '/@/components/Form/index';
@@ -98,6 +97,7 @@
 
   defineOptions({ name: '宸ュ崟宸ヨ壓缁戝畾' });
 
+  const LeftTree = defineAsyncComponent(() => import('./LeftTree.vue'));
   const { notification, createErrorModal } = useMessage();
   const go = useGo();
   const route = useRoute();

--
Gitblit v1.9.3