Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
85470a15
Commit
85470a15
authored
Jun 02, 2021
by
RuoYi
Browse files
修复表单构建选择下拉选择控制台报错问题
parent
2a604c05
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/tool/build/RightPanel.vue
View file @
85470a15
...
...
@@ -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
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment