提交 5fe5e381 编写于 作者: F FateRiddle

Merge branch 'dev' of github.com:alibaba/form-render into dev

// -------------------- 常用
/**
* Created by Tw93 on 2018-09-26.
* 常见功能函数
*/
// 克隆对象
export function clone(data) {
try {
......@@ -16,10 +20,8 @@ export function isLooselyNumber(num) {
}
return false;
}
/**
* Created by Tw93 on 2018-09-26.
* 深度对比
*/
// 深度对比
export function isDeepEqual(param1, param2) {
if (param1 === undefined && param2 === undefined) return true;
else if (param1 === undefined || param2 === undefined) return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册