Commit b90bde13 authored by 田翔's avatar 田翔

fix: 拖拽时给初始值

parent 435ac045
...@@ -108,6 +108,10 @@ const Card = (props) => { ...@@ -108,6 +108,10 @@ const Card = (props) => {
id: id, id: id,
name: props.name, name: props.name,
widget: props.widget, widget: props.widget,
iconShow: false,
icon: '',
url: '',
param: '',
}, },
}) })
......
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