Skip to content

Commit

Permalink
fix: 修复tab change后清空查询表单的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Nov 4, 2024
1 parent 5dfaa59 commit 4fddd1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/crud/feature/tabs/crud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
title: "ID",
key: "id",
type: "number",
search: {
show: true
},
column: {
width: 50
},
Expand Down

0 comments on commit 4fddd1b

Please sign in to comment.