Skip to content

Commit c05d584

Browse files
飒沓如流星gitee-org
authored andcommitted
update src/components/AppLinkInput/AppLinkSelectDialog.vue.
修复Vscode TS校验报错问题 Signed-off-by: 飒沓如流星 <[email protected]>
1 parent 132a4b5 commit c05d584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppLinkInput/AppLinkSelectDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const groupBtnRefs = ref<ButtonInstance[]>([])
170170
const scrollToGroupBtn = (group: string) => {
171171
const groupBtn = groupBtnRefs.value
172172
.map((btn: ButtonInstance) => btn['ref'])
173-
.find((ref: Node) => ref.textContent === group)
173+
.find((ref: HTMLButtonElement) => ref.textContent === group)
174174
if (groupBtn) {
175175
groupScrollbar.value?.setScrollTop(groupBtn.offsetTop)
176176
}

0 commit comments

Comments
 (0)