Commit b2b0f3cf authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

Merge branch 'jinfa-0518' into rex-jinfa-0518

parents 361b9556 c2a6640b
...@@ -89,7 +89,7 @@ const ClassProperty: React.FC<{}> = () => { ...@@ -89,7 +89,7 @@ const ClassProperty: React.FC<{}> = () => {
? <TabTree ? <TabTree
fetchData = {params => fetchClassTreeData(params)} fetchData = {params => fetchClassTreeData(params)}
treeData={treeData} treeData={treeData}
toolsRender={toolsRender} // toolsRender={toolsRender}
actions={treeActions} actions={treeActions}
handleSelect={(key, node) => clickSelect(key, node)} handleSelect={(key, node) => clickSelect(key, node)}
customKey="id" customKey="id"
...@@ -125,7 +125,7 @@ const ClassProperty: React.FC<{}> = () => { ...@@ -125,7 +125,7 @@ const ClassProperty: React.FC<{}> = () => {
}} }}
schema={classSchema} schema={classSchema}
> >
<FormButtonGroup> {/* <FormButtonGroup>
<Button htmlType='submit' type="primary" loading={loading} style={{ marginTop: 32, marginBottom: 16, marginRight: 24}}> <Button htmlType='submit' type="primary" loading={loading} style={{ marginTop: 32, marginBottom: 16, marginRight: 24}}>
保存 保存
</Button> </Button>
...@@ -136,7 +136,7 @@ const ClassProperty: React.FC<{}> = () => { ...@@ -136,7 +136,7 @@ const ClassProperty: React.FC<{}> = () => {
</Button> </Button>
} }
</Popconfirm> </Popconfirm>
</FormButtonGroup> </FormButtonGroup> */}
</NiceForm> </NiceForm>
</Col> </Col>
</Row> </Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment