修复 bug
This commit is contained in:
parent
9648b012ab
commit
1f44a225f4
|
@ -881,7 +881,7 @@ export default class addKnockGold extends Component {
|
||||||
}}
|
}}
|
||||||
value={this.state.model.natural_limit}>
|
value={this.state.model.natural_limit}>
|
||||||
<RadioButton value={'1'}>是</RadioButton>
|
<RadioButton value={'1'}>是</RadioButton>
|
||||||
<RadioButton value={'2'}>否</RadioButton>
|
<RadioButton value={'5'}>否</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem
|
<FormItem
|
||||||
|
@ -895,7 +895,7 @@ export default class addKnockGold extends Component {
|
||||||
}}
|
}}
|
||||||
value={this.state.model.brush_limit}>
|
value={this.state.model.brush_limit}>
|
||||||
<RadioButton value={'1'}>是</RadioButton>
|
<RadioButton value={'1'}>是</RadioButton>
|
||||||
<RadioButton value={'2'}>否</RadioButton>
|
<RadioButton value={'5'}>否</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Reference in New Issue