Commit a606ae00 by huaying

fix: dd

parent 69ea44e9
...@@ -639,7 +639,7 @@ export default { ...@@ -639,7 +639,7 @@ export default {
timeZones: ['', ''], timeZones: ['', ''],
ladder: [], ladder: [],
refundType: 0, refundType: 0,
refundPeriod: 1, refundPeriod: 10,
refundWay: [], refundWay: [],
}, },
uploadAction: getInputVal.uploadAction(), uploadAction: getInputVal.uploadAction(),
...@@ -920,7 +920,7 @@ export default { ...@@ -920,7 +920,7 @@ export default {
this.getCardInfo(); this.getCardInfo();
} }
this.couponForm.refundType = res.data.result.refundType ? res.data.result.refundType : 0; this.couponForm.refundType = res.data.result.refundType ? res.data.result.refundType : 0;
this.couponForm.refundPeriod = res.data.result.refundPeriod ? res.data.result.refundPeriod : 1; this.couponForm.refundPeriod = res.data.result.refundPeriod ? res.data.result.refundPeriod : 10;
this.couponForm.refundWay = res.data.result.refundWay ? res.data.result.refundWay.split(',') : []; this.couponForm.refundWay = res.data.result.refundWay ? res.data.result.refundWay.split(',') : [];
this.echoVisibleData(res.data.result); this.echoVisibleData(res.data.result);
this.couponForm.proName = res.data.result.proName; this.couponForm.proName = res.data.result.proName;
......
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