改为最大
This commit is contained in:
parent
d7abb140e6
commit
a540cb879b
|
@ -279,7 +279,7 @@ class PickmCard extends Component {
|
|||
<div class="flex-container" style={{height: '100%'}}>
|
||||
{createSimpleTable(AREA.borrowMaterialDialog, {showIndex: true})}</div>
|
||||
),
|
||||
size: 'xlg',
|
||||
size: 'max',
|
||||
beSureBtnClick: () => {
|
||||
let rowids = [];
|
||||
let hids = [];
|
||||
|
|
Loading…
Reference in New Issue