|
@@ -3466,9 +3466,9 @@ export default {
|
|
|
let time =
|
|
let time =
|
|
|
res.msg.substr(res.msg.indexOf(";终保日期 ") + 6, 16) + ":00";
|
|
res.msg.substr(res.msg.indexOf(";终保日期 ") + 6, 16) + ":00";
|
|
|
this.jqstartDate = time;
|
|
this.jqstartDate = time;
|
|
|
- this.jqendDate = this.oneYearPast(time);
|
|
|
|
|
|
|
+ this.jqendDate = this.oneYearPast1(time);
|
|
|
this.systartDate = time;
|
|
this.systartDate = time;
|
|
|
- this.syendDate = this.oneYearPast(time);
|
|
|
|
|
|
|
+ this.syendDate = this.oneYearPast1(time);
|
|
|
if (this.riskList.length > 0) {
|
|
if (this.riskList.length > 0) {
|
|
|
for (let i = 0; i < this.riskList.length; i++) {
|
|
for (let i = 0; i < this.riskList.length; i++) {
|
|
|
if (this.riskList[i].riskCode == "0507") {
|
|
if (this.riskList[i].riskCode == "0507") {
|