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