fix: 编译错误

This commit is contained in:
TsMask
2024-11-01 11:42:07 +08:00
parent 2276445ff6
commit ae94e3bf2a

View File

@@ -710,7 +710,7 @@ const handleSecondaryKPIChange = (kpiId: string, checked: boolean) => {
:value="kpi.kpiId"
:checked="tempSelectedKPIs.includes(kpi.kpiId)"
@change="
e =>
(e:any) =>
handleSecondaryKPIChange(
kpi.kpiId,
e.target.checked