8a00988d by 刘远

优化

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