diff --git a/src/utils/print.js b/src/utils/print.js index 124c16f..437a6dd 100644 --- a/src/utils/print.js +++ b/src/utils/print.js @@ -38,7 +38,7 @@ export async function print(printJs, isLog, form, logContent) { }) let subFormBody = subForm.content.match(//g)[0] let subFormStyle = subForm.content.match(/',`${subFormStyle}`) + printStr = printStr.replace('',`${subFormStyle}`) printStr = printStr.replace(fieldMath,subFormBody) console.log(fieldMath, printStr) } else {