peixh hace 3 años
padre
commit
51d9a0fd9d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      front-vue/src/views/system/accInf/accInfDetail.vue

+ 2 - 2
front-vue/src/views/system/accInf/accInfDetail.vue

@@ -175,9 +175,9 @@ export default {
       var y = date.getFullYear();
       var m = date.getMonth() + 1;
       m = m < 10 ? ('0' + m) : m;
-      var d = date.getDate();
+      var d = date.getDate() + 1;
       d = d < 10 ? ('0' + d) : d;
-      const time = y+ m+ (d +1)
+      const time = y+ m+ d 
       return time;
     },
     //查询本企业电子账户