Commit bd874899 by dingdang

Merge branch 'bugfix/新建卡券bug'

parents 0c476f78 6422f588
......@@ -695,10 +695,12 @@ export default {
this.sale_limit = JSON.parse(JSON.stringify(sale_limit));
this.goods = JSON.parse(JSON.stringify(goods));
this.form.cardType = e;
this.form.cardDenomination = undefined;
if (this.form.cardType != 3) {
this.$nextTick(_ => {
this.$refs.storeCard.initLeftList();
});
this.form.cardDenomination = 0;
}
this.goodsList = [{ v1: '', f2: [], v2: '', f3: [], v3: [], list: [] }];
// 新增情况下,如果配置了线下门店,默认选中线下门店
......
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