Commit c308a881 authored by 皮倩雯's avatar 皮倩雯

fix: '修复台账选择器显示bug'

parent c0bf1ca9
Pipeline #66455 passed with stages
...@@ -214,6 +214,8 @@ const AddModal = props => { ...@@ -214,6 +214,8 @@ const AddModal = props => {
const fieldshineChange = e => { const fieldshineChange = e => {
console.log(e); console.log(e);
setFieldshineChecked(e); setFieldshineChecked(e);
setCho(false);
form.setFieldsValue({fieldName:''})
}; };
const onChangeView = e => { const onChangeView = e => {
setView(e.target.checked); setView(e.target.checked);
...@@ -3579,7 +3581,7 @@ const AddModal = props => { ...@@ -3579,7 +3581,7 @@ const AddModal = props => {
</Checkbox> </Checkbox>
</Item> </Item>
</div> </div>
<div style={{ display: 'inline-block', marginRight: '10px' }}> {/* <div style={{ display: 'inline-block', marginRight: '10px' }}>
<Item <Item
name="choose" name="choose"
labelCol={{ span: 4 }} labelCol={{ span: 4 }}
...@@ -3593,7 +3595,7 @@ const AddModal = props => { ...@@ -3593,7 +3595,7 @@ const AddModal = props => {
多选 多选
</Checkbox> </Checkbox>
</Item> </Item>
</div> </div> */}
</Item> </Item>
{cse ? ( {cse ? (
<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