Lijy 1 سال پیش
والد
کامیت
10c5d4bc9f
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/workView/workView.vue

+ 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('-')
       }