Commit 304f4414 by chenxin

fix: build

parent 3064d04c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -612,7 +612,7 @@ export default {
this.loading = true;
copyCard({ couponId: this.copyId }).then(res => {
this.loading = false;
const coupon = res.result.gicCoupon;
const coupon = res.result;
this.coupon = deepClone(coupon) || {}; // 备份数据
// ruleForm1赋值
const exclude = [ 'customCodeFlag', 'couponStock', 'codeBegin', 'codeEnd', 'codePrefix', 'codeSuffix', 'codePrefixFlag', 'codeSuffixFlag', 'operAuth' ]; // 不需要赋值的字段
......
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