mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
back fix : 백엔드 api 자료구조 변경으로 인한 데이터 오류 해결
This commit is contained in:
@@ -434,7 +434,7 @@ const addTabFromRow = (row,index) => {
|
||||
<template #tab="{ activeValue }">
|
||||
<div>
|
||||
<ComVFlexTable
|
||||
:data="activeValue? activeValue[0] : []"
|
||||
:data="activeValue? activeValue : []"
|
||||
:columns="params.flexColumn"
|
||||
:compact="true"
|
||||
@rowClick="addTabFromRow"
|
||||
|
||||
Reference in New Issue
Block a user