up. 注意需要修复层级下的取值问题

This commit is contained in:
u2nyakim 2025-08-28 15:50:12 +08:00
parent 0a9434d8d0
commit 6ae1d07062
2 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,9 @@
defineExpose({
getFormData(){
return getAllDataValues();
},
getDataValue(){
return getAllDataValues();
}
})
</script>

View File

@ -33,6 +33,7 @@
@submit.prevent=""
>
<config-form-list
v-if="configList.length > 0"
ref="configFormListRef"
:config-list="configList"
/>