diff --git a/src/components/b_table.tsx b/src/components/b_table.tsx index 8d4acad..916f0bf 100644 --- a/src/components/b_table.tsx +++ b/src/components/b_table.tsx @@ -117,7 +117,7 @@ const BTable = (props: any) => { searchCallback && searchCallback(dats) }} formDatas={searchConfig} /> - - : null} ) diff --git a/src/components/form/select.tsx b/src/components/form/select.tsx index 1094a12..97cad0b 100644 --- a/src/components/form/select.tsx +++ b/src/components/form/select.tsx @@ -16,7 +16,7 @@ export const FormSelect = (v: FormDatas) => { }, [v.selectUrl, v.selectList]); return ( {