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

zmy
RuoYi 2021-06-02 21:39:43 +08:00
parent bc4c7a02d3
commit 1ed627798e
1 changed files with 2 additions and 0 deletions

View File

@ -573,6 +573,7 @@
<script>
import { isArray } from 'util'
import draggable from 'vuedraggable'
import TreeNodeDialog from './TreeNodeDialog'
import { isNumberStr } from '@/utils/index'
import IconsDialog from './IconsDialog'
@ -595,6 +596,7 @@ const dateTimeFormat = {
export default {
components: {
draggable,
TreeNodeDialog,
IconsDialog
},