Ver código fonte

修复表单构建选择下拉选择控制台报错问题

RuoYi 4 anos atrás
pai
commit
1ed627798e
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      ruoyi-ui/src/views/tool/build/RightPanel.vue

+ 2 - 0
ruoyi-ui/src/views/tool/build/RightPanel.vue

@@ -573,6 +573,7 @@
573 573
 
574 574
 <script>
575 575
 import { isArray } from 'util'
576
+import draggable from 'vuedraggable'
576 577
 import TreeNodeDialog from './TreeNodeDialog'
577 578
 import { isNumberStr } from '@/utils/index'
578 579
 import IconsDialog from './IconsDialog'
@@ -595,6 +596,7 @@ const dateTimeFormat = {
595 596
 
596 597
 export default {
597 598
   components: {
599
+    draggable,
598 600
     TreeNodeDialog,
599 601
     IconsDialog
600 602
   },