fix bug
This commit is contained in:

parent
1d6c49f944
commit
8bfcebdd10
@ -509,7 +509,7 @@ export default {
|
||||
this.loadGrid = false;
|
||||
|
||||
const res = await this.postApiReturn({
|
||||
apiKey: 'selectPostPage',
|
||||
apiKey: 'selectPostData',
|
||||
resKey: 'postPage',
|
||||
sendParam: params,
|
||||
});
|
||||
|
@ -12,7 +12,7 @@
|
||||
</v-col>
|
||||
<v-col :cols="3">
|
||||
<component :is="'EvtObjPop'" :parentPrgmId="myPrgmId" :item="evtObjPopItem"
|
||||
class="no-gutters" customClass="select-large" />
|
||||
class="no-gutters" customClass="select-large pa-0" />
|
||||
</v-col>
|
||||
<v-col :cols="3">
|
||||
<!-- 대상일 -->
|
||||
|
Reference in New Issue
Block a user