diff --git a/server/src/main/resources/static/xlsx/luckyexcel.umd.js b/server/src/main/resources/static/xlsx/luckyexcel.umd.js index 961b60625..c5f9c6c13 100644 --- a/server/src/main/resources/static/xlsx/luckyexcel.umd.js +++ b/server/src/main/resources/static/xlsx/luckyexcel.umd.js @@ -4433,7 +4433,7 @@ var LuckySheet = /** @class */function (_super) { var _hint = method_1.getXmlAttibute(attrList, "prompt", null); var _hintShow = _hint ? true : false; var matchType = constant_1.COMMON_TYPE2.includes(_type) ? "common" : _type; - _type2 = operator ? constant_1.DATA_VERIFICATION_TYPE2_MAP[matchType][operator] : "bw"; + _type2 = operator ? (constant_1.DATA_VERIFICATION_TYPE2_MAP[matchType]?.[operator] ?? "bw") : "bw"; // mobile phone number processing if (_type === "text_content" && ((_value1 === null || _value1 === void 0 ? void 0 : _value1.includes("LEN")) || (_value1 === null || _value1 === void 0 ? void 0 : _value1.includes("len"))) && (_value1 === null || _value1 === void 0 ? void 0 : _value1.includes("=11"))) { _type = "validity";