fix: lint

pull/216/head
xingyu4j 2025-09-22 18:53:39 +08:00
parent b6d7dda0b3
commit a143e0cee3
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ function onRefresh() {
} }
/** Tab切换 */ /** Tab切换 */
function onTabChange(tabName: string) { function onTabChange(tabName: any) {
activeTab.value = tabName; activeTab.value = tabName;
// //
const formValues = gridApi.formApi.getValues(); const formValues = gridApi.formApi.getValues();
@ -98,7 +98,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
/> />
</template> </template>
<Grid table-title=""> <Grid table-title="">
<template #top> <template #top>
<Tabs v-model:active-key="activeTab" type="card" @change="onTabChange"> <Tabs v-model:active-key="activeTab" type="card" @change="onTabChange">
<TabPane <TabPane