fix: lint

This commit is contained in:
xingyu4j
2025-09-22 18:53:39 +08:00
parent b6d7dda0b3
commit a143e0cee3

View File

@@ -45,7 +45,7 @@ function onRefresh() {
}
/** Tab切换 */
function onTabChange(tabName: string) {
function onTabChange(tabName: any) {
activeTab.value = tabName;
// 设置状态查询参数
const formValues = gridApi.formApi.getValues();
@@ -98,7 +98,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
/>
</template>
<Grid table-title="优惠券列表">
<Grid table-title="领取记录">
<template #top>
<Tabs v-model:active-key="activeTab" type="card" @change="onTabChange">
<TabPane