eight
2024-08-23 8851bbcdd63b5989468b4c28bd3044d03b1e2268
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)