Explorar el Código

[Pref 0000] 无用代码删除

houzekong hace 2 meses
padre
commit
dc83716177
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/algorithm/components/RelationBuilder.vue

+ 1 - 1
src/views/system/algorithm/components/RelationBuilder.vue

@@ -120,7 +120,7 @@
 
 <script lang="ts" setup>
   import { ref, computed, watch, h } from 'vue';
-  import { cloneDeep, last } from 'lodash-es';
+  import { cloneDeep } from 'lodash-es';
   import { message, Modal } from 'ant-design-vue';
   import { DeleteOutlined } from '@ant-design/icons-vue';