Commit 72ec66de authored by wangchunxiang's avatar wangchunxiang

fix:bug

parent 87f6b29c
Pipeline #2093 passed with stage
in 0 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
<link rel="shortcut icon" href="./favicon.png"><link href="./css\1.css" rel="stylesheet"><link href="./css\index.css" rel="stylesheet"></head> <link rel="shortcut icon" href="./favicon.png"><link href="./css\1.css" rel="stylesheet"><link href="./css\index.css" rel="stylesheet"></head>
<body> <body>
<div id="ice-container"></div> <div id="ice-container"></div>
<script type="text/javascript" src="./vendors~index.492db4ef39b5fbb503d6.js"></script><script type="text/javascript" src="./index.628eea446c6fa047c11d.js"></script></body> <script type="text/javascript" src="./vendors~index.492db4ef39b5fbb503d6.js"></script><script type="text/javascript" src="./index.1f3e035c01bd61f6a8f3.js"></script></body>
</html> </html>
...@@ -162,23 +162,10 @@ const { TextArea } = Input; ...@@ -162,23 +162,10 @@ const { TextArea } = Input;
{ {
type: "submit", type: "submit",
extend: false, extend: false,
// render: <Fragment>
// </Fragment>,
}, },
]; ];
const { getFieldDecorator } = this.props.form;
const formItemLayout = { const {list}=this.state;
labelCol: {
xs: { span: 24 },
sm: { span: 8 },
},
wrapperCol: {
xs: { span: 24 },
sm: { span: 12 },
},
};
const {list,title}=this.state;
const configAdd={ const configAdd={
title:'添加用户', title:'添加用户',
render:[ render:[
...@@ -219,7 +206,6 @@ const { TextArea } = Input; ...@@ -219,7 +206,6 @@ const { TextArea } = Input;
//required:true //required:true
} }
], ],
dataSource:list,
getOutput:this.handleOk, getOutput:this.handleOk,
} }
const config={ const config={
......
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