Commit d181c7c3 authored by liwenhong's avatar liwenhong

Merge branch 'lwh/head-distribution'

parents 3b2f0e14 bba638dc
......@@ -86,7 +86,7 @@
this.listParams.amount = index + 1;
},
async comCouponSave() {
this.listParams.amount *= 100;
// this.listParams.amount *= 100;
const res = await couponGrant(this.listParams);
this.showConfigDialog = false;
if (res.code !== 0) return this.$message.error(res.reason);
......
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