Skip to content

Commit

Permalink
fix: 修复编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
timi137137 committed Mar 29, 2024
1 parent 1ed6099 commit 1047372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/list/base/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:header-affixed-top="headerAffixedTop"
@page-change="rehandlePageChange"
@change="rehandleChange"
@select-change="(value) => rehandleSelectChange(value as number[])"
@select-change="(value: number[]) => rehandleSelectChange(value)"
>
<template #status="{ row }">
<t-tag v-if="row.status === CONTRACT_STATUS.FAIL" theme="danger" variant="light">
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "esnext",
"moduleResolution": "node",
"jsx": "preserve",
"jsxImportSource": "vue",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 1047372

Please sign in to comment.