Commit 4a020498 by liuchenxi

update: 计费规则默认值

parent 4e42a819
......@@ -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