Source/plt-web/plt-web-ui/src/util/func.js @@ -39,6 +39,14 @@ } /** * 判断对象为空 */ static isEmptyObject(obj) { return Object.keys(obj).length === 0; } /** * 强转int型 * @param val * @param defaultValue