fix: from bug
parent
68b22ef3fa
commit
29a8b4a821
|
@ -236,7 +236,6 @@ function setFormModel(key: string, value: any, schema: FormSchema) {
|
||||||
if (schema && schema.itemProps && !schema.itemProps.autoLink) {
|
if (schema && schema.itemProps && !schema.itemProps.autoLink) {
|
||||||
validateFields([key]).catch((_) => {})
|
validateFields([key]).catch((_) => {})
|
||||||
}
|
}
|
||||||
emit('field-value-change', key, value)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleEnterPress(e: KeyboardEvent) {
|
function handleEnterPress(e: KeyboardEvent) {
|
||||||
|
|
Loading…
Reference in New Issue