zhongtianhaoyuan il y a 3 ans
Parent
commit
c4701fafe0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/houseSelfCollect/inspectionManagementNew.vue

+ 1 - 1
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -2303,7 +2303,7 @@
         if (day < 10) {
           day = '0' + day
         }
-        return date.getFullYear() + mouth + date.getDate()
+        return date.getFullYear() + mouth + day
       },
       editClick(status) {
         if (status == 3) {