Skip to content

Commit f97c033

Browse files
authored
Merge pull request JSON-Drived-Configurable-Platform#2 from zhengxkq/master
fix fieldSelect value bug
2 parents 9812c78 + 01ee054 commit f97c033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/fieldSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default {
138138
return getValue({
139139
originModel: this.FormInstance.model,
140140
model: this.field.model
141-
}) || '';
141+
});
142142
}
143143
},
144144
created() {

0 commit comments

Comments
 (0)