Commit 35cf57e6 by lixiaomin

修改赠送页优惠券刷新

parent 59516d71
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
}; };
}, },
created() { created() {
this.getCouponList(); //this.getCouponList();
}, },
methods: { methods: {
/** 查询列表 */ /** 查询列表 */
...@@ -91,6 +91,7 @@ export default { ...@@ -91,6 +91,7 @@ export default {
this.queryParams.couponId=null; this.queryParams.couponId=null;
this.customerList=[]; this.customerList=[];
this.total=0; this.total=0;
this.getCouponList();
}, },
/** 查询优惠券列表 */ /** 查询优惠券列表 */
getCouponList() { getCouponList() {
......
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