Skip to content

Commit

Permalink
Merge pull request #182 from tiancheng-66/patch-3
Browse files Browse the repository at this point in the history
增加maFormRef
  • Loading branch information
kanyxmo authored Jun 17, 2024
2 parents a17aec6 + ead4709 commit 4ea270a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ma-form/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ provide('dictList', dictList)
provide('formModel', form)
provide('formLoading', formLoading)
provide('getColumnService', getColumnService)
provide('maFormRef', maFormRef)

defineExpose({
init, getFormRef, getColumns, getDictList, getColumnService, getCascaderList, getFormData,
Expand All @@ -278,4 +279,4 @@ defineExpose({
.ma-form-title {
font-size: 18px; text-align: center;
}
</style>
</style>

0 comments on commit 4ea270a

Please sign in to comment.