PMCORE-3352 The dynaform chosen in 'case summary' is not displayed

This commit is contained in:
Roly Rudy Gutierrez Pinto
2021-10-19 12:28:12 -04:00
parent 8adf7748ee
commit 2586706316
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div>
<tabs @changed="changed">
<tabs
ref="tabs"
@changed="changed">
<tab :name="$t('ID_STATUS')">
<CaseStatus :data="dataCaseStatus"> </CaseStatus>
</tab>