Lijy hai 1 ano
pai
achega
10c5d4bc9f

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/workView/workView.vue

@@ -326,6 +326,10 @@ export default {
     },
     // 数组日期回显
     dateBack(date) {
+      let type = typeof date
+      if(type == 'string') {
+        return date
+      }
       if (date && date.length > 0) {
         return date.join('-')
       }