Commit 3372f994 by 黑潮

update: 回显

parent 04112393
......@@ -485,6 +485,9 @@ export default {
this.discount_limit.flag = true;
this.discount_limit.type = discount_limit.type;
this.discount_limit.count = discount_limit.count;
if ('count2' in discount_limit) {
this.$set(this.discount_limit, 'count2', discount_limit.count2);
}
}
// 消费金额&消费件数
......
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