Commit dd07d8b7 by liuchenxi

update: 定时上架时间

parent 3466d634
......@@ -856,8 +856,8 @@ export default {
//上架时间
this.couponForm.releaseType = res.data.result.releaseType;
if (this.couponForm.releaseType === 2) {
this.couponForm.limitTimeBegin[0] = res.data.result.limitTimeBegin;
this.couponForm.limitTimeBegin[1] = res.data.result.limitTimeEnd;
this.couponForm.limitTimeBegin[0] = res.data.result.limitTimeBegin || '';
this.couponForm.limitTimeBegin[1] = res.data.result.limitTimeEnd || '';
} else {
this.couponForm.limitTimeBegin = [];
}
......
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