Commit 35cf57e6 by lixiaomin

修改赠送页优惠券刷新

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