king
2021-07-21 dc056d66291ec1151e728488f7c51466938621e1
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'])