Commit 9d69fcf6 by liuchenxi

Merge branch 'feature/12月迭代' into dev

parents 233d0393 4a020498
......@@ -158,6 +158,7 @@ export default {
},
extend(to, from) {
for (let key in to) {
if (!from.hasOwnProperty(key)) continue;
to[key] = from[key];
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment