eight
2025-04-15 131726d427b95447df6c1ee14e1c36a0715b2033
src/utils/formCreate.ts
@@ -44,7 +44,7 @@
  value?: object
) => {
  if (isRef(detailPreview)) {
    detailPreview = detailPreview.value
    detailPreview = detailPreview.value as unknown as object
  }
  // @ts-ignore
  detailPreview.option = JSON.parse(conf)