@dongkboy hace 3 años
padre
commit
9ca517d9b2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/Letter/Letter.vue

+ 2 - 2
src/views/Letter/Letter.vue

@@ -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") {