Commit 5ee57388 by snail

更新T22 T39M

parent 047dfa94
......@@ -32,7 +32,7 @@ export default class T22 extends Component {
});
let mval = `${obj.s1}${obj.s2}`
let mval = `${obj.s1}/${obj.s2}`
this.props.onValue([obj, mval])
}
......
......@@ -28,7 +28,6 @@ export default class T39M extends Component {
return (<Row>
<Col style={{"minWidth":'100px'}} span={5}>
<FormItem
label="Country Code"
required
>
<Select placeholder="Country Code"
......
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