eight
2024-11-20 b8846be759b62473850fe09b284d440ce3cd1cce
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)