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

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

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