diff --git a/src/pages/list/list/index.tsx b/src/pages/list/list/index.tsx index 927e150..29ae327 100644 --- a/src/pages/list/list/index.tsx +++ b/src/pages/list/list/index.tsx @@ -178,7 +178,7 @@ const TableList: React.FC = () => { /> {createModalVisible && ( { }} > {templateData.map((item: any) => ( - + ))} )} {updateModalVisible && ( { initialValues={currentRow} > {templateData.map((item: any) => ( - + ))} )}