src/utils/utils.js
@@ -1488,7 +1488,11 @@ if (/'/.test(val)) { val = val.replace(/'/ig, '"') } _initFormfields.push(`@${_key}='${val}'`) if (form.isconst) { _initFormfields.push(`@${_key}=N'${val}'`) } else { _initFormfields.push(`@${_key}='${val}'`) } } }