liuhj 10 часов назад
Родитель
Сommit
e1256fe4b3
2 измененных файлов с 3 добавлено и 1 удалено
  1. 3 0
      src/components/OP/ConferenceTask.vue
  2. 0 1
      src/components/OP/GroupProgress.vue

+ 3 - 0
src/components/OP/ConferenceTask.vue

@@ -339,6 +339,9 @@ export default {
         },
         //处理时间
         disposeTime(val){
+            if (val==null||val=='') {
+                return ''
+            }
             var date = new Date(val);
             var y = date.getFullYear();
             var m = date.getMonth() + 1;

+ 0 - 1
src/components/OP/GroupProgress.vue

@@ -863,7 +863,6 @@ export default {
         },
         //处理时间
         disposeTime(val){
-            console.log(val);
             if (val==null||val=='') {
                 return ''
             }