From 3d2c48733b86a03fc2e5a1f12ac3667ab0863b80 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 08 十一月 2024 01:03:56 +0800
Subject: [PATCH] 标签模板,主页,默认工艺路线更新

---
 src/views/tigerprojects/system/lowcode/high/edit/index.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/high/edit/index.vue b/src/views/tigerprojects/system/lowcode/high/edit/index.vue
index f276e55..e33e0dd 100644
--- a/src/views/tigerprojects/system/lowcode/high/edit/index.vue
+++ b/src/views/tigerprojects/system/lowcode/high/edit/index.vue
@@ -73,7 +73,7 @@
   </PageWrapper>
 </template>
 <script lang="ts" setup>
-  import { Ref, h, nextTick, onMounted, provide, reactive, ref, unref } from 'vue';
+  import { Ref, nextTick, onMounted, provide, ref, unref } from 'vue';
   import { Card } from 'ant-design-vue';
   import { PageWrapper } from '/@/components/Page';
   import baseForm from '../baseForm.vue';
@@ -82,7 +82,7 @@
   import { useGlobSetting } from '/@/hooks/setting';
   import { useRoute, useRouter } from 'vue-router';
   import CustModal from '/@/views/components/CustModal.vue';
-  import { BasicForm, useForm } from '/@/components/Form/index';
+  import { BasicForm } from '/@/components/Form/index';
   import { custOnChange, OpenCustModal } from '../../data';
   import { useModal } from '/@/components/Modal';
   import { useLocale } from '/@/locales/useLocale';
@@ -90,7 +90,7 @@
   import { useMultipleTabStore } from '/@/store/modules/multipleTab';
   import { useTabs } from '/@/hooks/web/useTabs';
   import { buildUUID } from '/@/utils/uuid';
-  import { isNullOrEmpty, isNullOrUnDef } from '/@/utils/is';
+  import { isNullOrUnDef } from '/@/utils/is';
   import { useI18n } from '/@/hooks/web/useI18n';
   import { isFunction } from 'xe-utils';
   import Editdtl from './editdtl.vue';
@@ -280,7 +280,9 @@
           validates,
         );
       }
-    } catch (error) {}
+    } catch (error) {
+      console.log(error)
+    }
   }
   async function cancel() {
     try {

--
Gitblit v1.9.3