commit
This commit is contained in:
@@ -35,7 +35,7 @@ if (typeof Vue !== 'undefined') {
|
||||
const fieldName = firstError.name;
|
||||
|
||||
// 滚动到字段
|
||||
this.scrollToField(fieldName);
|
||||
// this.scrollToField(fieldName);
|
||||
|
||||
// 获取 label
|
||||
const field = this.fields?.find(f => f.name === fieldName);
|
||||
|
||||
Reference in New Issue
Block a user