8a00988d by 刘远

优化

1 parent 1e8b482e
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
53 }, 53 },
54 /** 54 /**
55 * @brief:深度拷贝 55 * @brief:深度拷贝
56 * @param {*} year => obj 56 * @param {*} data => obj
57 * */ 57 * */
58 deepClone: function (data) { 58 deepClone: function (data) {
59 var type = this.getType(data); 59 var type = this.getType(data);
......