This commit is contained in:
@jyuhsin
2025-09-09 11:19:04 +08:00
parent eb493d2881
commit bee7b352a6
23 changed files with 169 additions and 169 deletions
@@ -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);