刘妍 2024-08-31 15:20:26 +08:00
commit 0c1855cba7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
:title="item.label"
> -->
<a-card style="width: 100%">
<BasicForm ref="cardRef" @register="registerForm" @change="changeForm">
<BasicForm ref="cardRef" @register="registerForm" @click="changeForm" @change="changeForm">
<template #CardGroup>
<template v-if="Object.keys(childItem).length > 0">
<CardGourp