优化
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment