king
2021-12-10 2cb09105d702ccae0644126ca6ea7f85e1f218bc
src/utils/utils.js
@@ -1392,6 +1392,8 @@
          }
        }
        _initFormfields.push(`@${_key}=${val}`)
      } else if (['date', 'datemonth', 'datetime'].includes(form.type)) {
        _initFormfields.push(`@${_key}='${form.value || '1900-01-01'}'`)
      } else {
        _initFormfields.push(`@${_key}='${form.value}'`)
      }