Commit 6d9eb05c authored by 吴春's avatar 吴春

1

parent 915ea523
...@@ -818,7 +818,7 @@ AdminGrantCoupon() { ...@@ -818,7 +818,7 @@ AdminGrantCoupon() {
this.apipost("coupon_post_AdminGrantCoupon", {Id:this.grantCouponMsg.id,CustomerList:this.checkedCustomerList}, res => { this.apipost("coupon_post_AdminGrantCoupon", {Id:this.grantCouponMsg.id,CustomerList:this.checkedCustomerList}, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.Success(res.data.message); this.Success(res.data.message);
this.updateKucundialog = false; this.autoCouponDialog = false;
this.getList(); this.getList();
this.upDateKcMsg.number = ''; this.upDateKcMsg.number = '';
} else { } else {
......
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