eight
2025-04-10 29252e125547684c62d7b847ccc9f60b118052e2
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)