Commit 5db3e32e by liuchenxi

bugfix: 取消卡券的时间限制

parent 591ed069
......@@ -347,8 +347,8 @@ export default {
};
if (this.type) {
Object.assign(param, {
startTime: this.sdate,
endTime: this.edate,
// startTime: this.sdate,
// endTime: this.edate,
cardModule: this.type ? 'memberTag' : '' // 会员标签传
});
}
......
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