ggooalice 2 年之前
父節點
當前提交
71a07ccc11
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

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