We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e01bf6 commit 6adf84bCopy full SHA for 6adf84b
frontend/src/views/system/model/ModelForm.vue
@@ -76,7 +76,7 @@ const advancedSettingPagination = computed(() => {
76
return advancedSetting.value.slice(currentPage.value * 5 - 5, currentPage.value * 5)
77
})
78
79
-const handelCurrentChange = (val: any) => {
+const handleCurrentChange = (val: any) => {
80
currentPage.value = val
81
}
82
@@ -318,7 +318,7 @@ defineExpose({
318
:default-page-size="5"
319
layout="prev, pager, next"
320
:total="advancedSetting.length"
321
- @current-change="handelCurrentChange"
+ @current-change="handleCurrentChange"
322
/>
323
</div>
324
0 commit comments