Explorar el Código

fix: 修复数据源列表新增INPUT清空

outaozhen hace 3 años
padre
commit
ed5de24feb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/Schema/Option/Components/LeftMenu.tsx

+ 1 - 0
src/pages/Schema/Option/Components/LeftMenu.tsx

@@ -121,6 +121,7 @@ const LeftMenu: React.FC<LeftMenuProps> = ({ onSelect, options, showDelIcon, ini
           layout="horizontal"
           title="新增数据源"
           width="30%"
+          formRef={formRef}
           onVisibleChange={visible => !visible && formRef.current?.resetFields()}
           isKeyPressSubmit
           labelCol={{ span: 5 }}