fix : 전표 등록, 수정 이동 키값 추가, 삭제 이벤트 확인 필요

This commit is contained in:
Yesol Choi
2025-06-08 15:07:10 +09:00
parent 12cd757357
commit 662b3308cb
2 changed files with 2 additions and 0 deletions

View File

@@ -621,6 +621,7 @@ const moveDown = (index: number) => {
</div>
<div>
<ComVFlexTable
:key="apprLine.map(item => item.bname).join(',')"
:data="apprLine"
:columns="params.flexColumn"
:compact="true"

View File

@@ -604,6 +604,7 @@ const moveDown = (index: number) => {
</div>
<div>
<ComVFlexTable
:key="apprLine.map(item => item.bname).join(',')"
:data="apprLine"
:columns="params.flexColumn"
:compact="true"