fix: from bug

pull/28/MERGE
xingyu 2023-07-26 14:16:37 +08:00
parent 68b22ef3fa
commit 29a8b4a821
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ function setFormModel(key: string, value: any, schema: FormSchema) {
if (schema && schema.itemProps && !schema.itemProps.autoLink) {
validateFields([key]).catch((_) => {})
}
emit('field-value-change', key, value)
}
function handleEnterPress(e: KeyboardEvent) {