Update 1908

This commit is contained in:
dev
2025-08-20 10:17:23 +09:00
parent 08637f6321
commit 7baa87df12
6 changed files with 198 additions and 75 deletions

View File

@ -41,7 +41,7 @@
<div class="h100 px-4" style="height:calc(100% - 70px)">
<div ref="gridParent" style="height: 26%">
<component :ref="gridName" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
:parentPrgmId="myPrgmId" @getRowsData="getRowData" :dataPath="dataPathExample" />
:parentPrgmId="myPrgmId" @getRowsData="getRowData" />
</div>
<div class="d-flex py-4 mt-4">
<component :is="'Form'" :parentPrgmId="myPrgmId" :detailList="detailList"