Commit 85470a15 authored by RuoYi's avatar RuoYi

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

parent 2a604c05
...@@ -573,6 +573,7 @@ ...@@ -573,6 +573,7 @@
<script> <script>
import { isArray } from 'util' import { isArray } from 'util'
import draggable from 'vuedraggable'
import TreeNodeDialog from './TreeNodeDialog' import TreeNodeDialog from './TreeNodeDialog'
import { isNumberStr } from '@/utils/index' import { isNumberStr } from '@/utils/index'
import IconsDialog from './IconsDialog' import IconsDialog from './IconsDialog'
...@@ -595,6 +596,7 @@ const dateTimeFormat = { ...@@ -595,6 +596,7 @@ const dateTimeFormat = {
export default { export default {
components: { components: {
draggable,
TreeNodeDialog, TreeNodeDialog,
IconsDialog IconsDialog
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment