Skip to content

Commit

Permalink
fix: 暂时还原之前修复多级字段,数据异步问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Jun 18, 2024
1 parent 8d1fc80 commit e810aa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ma-crud/components/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const columnItemHandle = async (item) => {
return
}
layoutColumns.value.set(item.dataIndex, item)
formColumns.value.push(item)

if (options.formOption.viewType !== 'tag') {
// 针对带点的数据处理
Expand All @@ -248,8 +249,6 @@ const columnItemHandle = async (item) => {
}
}

formColumns.value.push(item)

// 其他处理
item.display = formItemShow(item)
item.disabled = formItemDisabled(item)
Expand Down

0 comments on commit e810aa2

Please sign in to comment.