diff --git a/src/page/Funds/Infftd1/model/index.js b/src/page/Funds/Infftd1/model/index.js index e704389..bc1d666 100644 --- a/src/page/Funds/Infftd1/model/index.js +++ b/src/page/Funds/Infftd1/model/index.js @@ -6,8 +6,8 @@ export default class infftd { infcon: { seaownref: "", // 业务编号 .infcon.seaownref nam: "", // Name客户名称 .infcon.nam - opndatfrom: "", // 有效日期自 .infcon.opndatfrom - opndatto: "", // Open Date to .infcon.opndatto + opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), // 有效日期自 .infcon.opndatfrom + opndatto: new Date(), // Open Date to .infcon.opndatto seacur: "", // 币种 .infcon.seacur seaamtfr: "", // 金额自 .infcon.seaamtfr diff --git a/src/page/Funds/Inffxd/model/index.js b/src/page/Funds/Inffxd/model/index.js index 2e048a5..e90fb38 100644 --- a/src/page/Funds/Inffxd/model/index.js +++ b/src/page/Funds/Inffxd/model/index.js @@ -7,8 +7,8 @@ export default class inffxd { seaownref: "", // 业务编号 .infcon.seaownref nam: "", // 业务名称 .infcon.nam opndat: "", // - opndatfrom: "", // 有效日期自 .infcon.opndatfrom - opndatto: "", // Open Date to .infcon.opndatto + opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), // 有效日期自 .infcon.opndatfrom + opndatto: new Date(), // Open Date to .infcon.opndatto seacur: "", // 币种 .infcon.seacur seaamtfr: "", // 金额自 .infcon.seaamtfr seaamtto: "", // Amount to .infcon.seaamtto