From 3a022dc2caa78267a681824ea1c303f140cd6797 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期五, 02 八月 2024 19:57:45 +0800
Subject: [PATCH] 智能体管理的页面开发和功能开发

---
 src/views/dmx/model/components/addModel.vue |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/views/dmx/model/components/addModel.vue b/src/views/dmx/model/components/addModel.vue
index eeab066..456a8fa 100644
--- a/src/views/dmx/model/components/addModel.vue
+++ b/src/views/dmx/model/components/addModel.vue
@@ -1,4 +1,3 @@
-
 <template>
   <a-button type="primary" @click="handleClick" style="margin-left: 10px">
     <template #icon>
@@ -138,7 +137,6 @@
         done(false)
       }else {
         console.log('璇锋眰鏁版嵁');
-
       }
     })
 };
@@ -176,12 +174,3 @@
 
 })
 </script>
-
-<script lang="ts">
-export default {
-  name: 'add',
-  methods: {
-
-  }
-};
-</script>
\ No newline at end of file

--
Gitblit v1.8.0