改为最大

This commit is contained in:
lihao 2025-08-04 14:02:52 +08:00
parent d7abb140e6
commit a540cb879b
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];