king
2023-05-20 01a88094eaa183714ed7490ca7b85fee1e7bb064
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}'`)
        }
      }
    }