ggooalice 2 yıl önce
ebeveyn
işleme
1c4ec06648

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -1308,7 +1308,7 @@ export default {
                   this.groupWorktimeList.right = []
                   this.getGroupWorktimeList()
                 }else{
-                  this.getList();
+                  this.getList(true);
                 }
             },
 
@@ -1334,10 +1334,10 @@ export default {
                 this.groupWorktimeList.left = []
                 this.getGroupWorktimeAll()
             },
-            getList() {
+            getList(e) {
               if(this.ins == 15) {
                 this.rangeDatas = null
-              } else {
+              } else if(!e){
                 this.rangeDatas = this.getCurrentRangeTime()
               }
                 if (this.ins == 0) {