Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: 修复DynamicTags控件导致页面卡死 (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: aonoa <1991849113@qq.com>
  • Loading branch information
aonoa authored Oct 16, 2023
1 parent 7c081ff commit 34be664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vbenComponents/src/form/src/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function sObject(m, key?) {
sObject(m[k], tempKey)
return
}
fieldValue.value[tempKey] = m[k]
// fieldValue.value[tempKey] = m[k]
})
}
function getFieldValue() {
Expand Down

0 comments on commit 34be664

Please sign in to comment.