We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323889e commit 590e37dCopy full SHA for 590e37d
packages/lib/src/JsonSchemaForm/index.js
@@ -20,11 +20,8 @@ export default {
20
data() {
21
const formData = this.getStateFromData(this.$props.schema, this.$props.value);
22
23
- // 计算form默认值和用户传入的值不相等
24
// 保持v-model双向数据及时性
25
- if (!deepEquals(formData, this.value)) {
26
- this.handlerFormDataChange(formData, this.value);
27
- }
+ this.handlerFormDataChange(formData, this.value);
28
29
return {
30
formData
0 commit comments