king
2021-07-22 f3ec8c20eeabee6eaab1508d2f3896c28aab611c
src/utils/utils.js
@@ -840,7 +840,7 @@
          val = val.toString()
        }
        val = val.replace(/(^\s*$)|\t*|\v*/ig, '')
        val = val.replace(/(^\s*$)|\t*|\v*|'*/ig, '')
        if (!val && col.required === 'true') {            // 必填校验
          errors.push(_position + dict['main.excel.content.emptyerror'])