mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	修复表单构建选择下拉选择控制台报错问题
This commit is contained in:
		@@ -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
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user