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