山水共长天一色 3 سال پیش
والد
کامیت
f0d43a8767
1فایلهای تغییر یافته به همراه8 افزوده شده و 5 حذف شده
  1. 8 5
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 8 - 5
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -1908,10 +1908,10 @@
                 }, 1000);
             }
 
-            // this.$nextTick(function(){
-            //     this.$refs.hasworkTbl.doLayout();
-            // });
-            this.$forceUpdate()
+            this.$nextTick(function(){
+                this.$refs.hasworkTbl.doLayout();
+            });
+            // this.$forceUpdate()
           }
         },
         (error) => {
@@ -1986,7 +1986,10 @@
                     this.tableListenernot()
                 }, 1000);
             }
-            this.$forceUpdate();
+            // this.$forceUpdate();
+            this.$nextTick(function(){
+                this.$refs.hasworkTbl.doLayout();
+            });
           }
         },
         (error) => {