up. 注意需要修复层级下的取值问题
This commit is contained in:
parent
0a9434d8d0
commit
6ae1d07062
@ -102,6 +102,9 @@
|
||||
defineExpose({
|
||||
getFormData(){
|
||||
return getAllDataValues();
|
||||
},
|
||||
getDataValue(){
|
||||
return getAllDataValues();
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
@submit.prevent=""
|
||||
>
|
||||
<config-form-list
|
||||
v-if="configList.length > 0"
|
||||
ref="configFormListRef"
|
||||
:config-list="configList"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user