|
|
@ -138,7 +138,7 @@ module.exports = function (app, opts) { |
|
|
|
if (needData[nd].noProcess) { |
|
|
|
continue |
|
|
|
} |
|
|
|
if (applyDetail.formSchema) { |
|
|
|
if (applyDetail.formSchema) { |
|
|
|
const { jsonSchema } = JSON.parse(applyDetail.formSchema) |
|
|
|
needData[nd].schemaPath = schemaRecursionObj({ |
|
|
|
jsonSchema: jsonSchema || {}, |
|
|
|