Skip to content

Commit 9bffd2b

Browse files
authored
Update WidgetFormItem.vue
1 parent 9282c20 commit 9bffd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WidgetFormItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default {
243243
key: Date.parse(new Date()) + '_' + Math.ceil(Math.random() * 99999)
244244
}
245245
246-
if (this.data.list[index].type === 'radio' || this.data.list[index].type === 'checkbox') {
246+
if (this.data.list[index].type === 'radio' || this.data.list[index].type === 'checkbox' || this.data.list[index].type === 'select') {
247247
248248
cloneData = {
249249
...cloneData,

0 commit comments

Comments
 (0)