Commit 3fcea0c5 by lixiaomin

修改优惠券领取信息

parent 4ef4f43f
......@@ -121,14 +121,14 @@ export default {
value: null,
label: '全部'
},{
value: '1',
value: '0',
label: '有效'
},{
value: '2',
label: '使用'
value: '1',
label: '使用'
},{
value: '3',
label: '过期失效'
value: '2',
label: '失效'
}],
activeName:"first" ,
title: "",
......@@ -172,7 +172,8 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams.name=null;
this.queryParams.source=null;
this.queryParams.couponId=null;
this.queryParams.state=null;
this.handleQuery();
},
......
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