Skip to content

Commit 6adf84b

Browse files
fix: typos
1 parent 8e01bf6 commit 6adf84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/system/model/ModelForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const advancedSettingPagination = computed(() => {
7676
return advancedSetting.value.slice(currentPage.value * 5 - 5, currentPage.value * 5)
7777
})
7878
79-
const handelCurrentChange = (val: any) => {
79+
const handleCurrentChange = (val: any) => {
8080
currentPage.value = val
8181
}
8282
@@ -318,7 +318,7 @@ defineExpose({
318318
:default-page-size="5"
319319
layout="prev, pager, next"
320320
:total="advancedSetting.length"
321-
@current-change="handelCurrentChange"
321+
@current-change="handleCurrentChange"
322322
/>
323323
</div>
324324
</div>

0 commit comments

Comments
 (0)