Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Oct 25, 2023
1 parent 63eff5b commit 5639a7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/crud/basis/compute-more/crud.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ export default function ({ crudExpose }) {
type: 'text',
search: { show: true, value: null },
form: {
// form.value不支持asyncCompute
// 假如你的默认值异步获取的,那么你自己必须保证先异步计算完成之后,才能打开对话框。
// 因为在打开对话框时,默认值就必须得设置好。
// form.value不支持asyncCompute/Compute, 因为compute需要现有上下文
value: defValueRef,
},
},
Expand Down

0 comments on commit 5639a7f

Please sign in to comment.