mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
fix : 전표폼 로드시, 첫번째값 선택되서 보이도록 세팅
This commit is contained in:
@@ -16,9 +16,12 @@ onBeforeMount(async ()=>{
|
||||
result = await getSlipDetail(props.apprNo)
|
||||
}
|
||||
getDetailList(result)
|
||||
apprLine.value = result.zwf0011t.apprs
|
||||
selectedTab.value = apprLine.value[0].value
|
||||
})
|
||||
|
||||
const notyf = useNotyf()
|
||||
const apprLine = ref<VTabsItem[]>([])
|
||||
const getDetailList = (item) => {
|
||||
console.log("getDetailList",item)
|
||||
params.contNo = item.contNo
|
||||
|
||||
Reference in New Issue
Block a user