ggooalice 2 years ago
parent
commit
71a07ccc11

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

@@ -1336,7 +1336,7 @@ export default {
                   this.groupWorktimeList.right = []
                   this.getGroupWorktimeList()
                 }else{
-                  this.getList();
+                  this.getList(true);
                 }
             },
             groupSizeChange(val){
@@ -2293,7 +2293,7 @@ export default {
       }
       if(this.ins == 12){
         this.proJuctId = ''
-        this.getList()
+        this.getList(true)
       }
       if(this.ins == 15) {
         this.getDepartmentsInvolved()