ggooalice 2 年之前
父节点
当前提交
1c4ec06648
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

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

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