Skip to content

Commit

Permalink
fix: 修复provide时,加了.value导致联动报错
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Mar 9, 2023
1 parent 1221fee commit e30e9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ma-form/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const init = async () => {
}

provide('options', options.value)
provide('columns', flatteningColumns.value)
provide('columns', flatteningColumns)
provide('dictList', dictList)
provide('formModel', form)
provide('formLoading', formLoading)
Expand Down

0 comments on commit e30e9d7

Please sign in to comment.