Sfoglia il codice sorgente

Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper

zhouyy 1 mese fa
parent
commit
308cd0ba98

+ 4 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -6858,7 +6858,9 @@
                     }
 
                     if(this.user.timeType.reportExtraField4Name || this.user.timeType.reportExtraField5Name) {
-                        this.weekGetInfoByProjectId(sss)
+                        setTimeout(() => {
+                            this.weekGetInfoByProjectId(sss)
+                        }, 500)
                     }
                 }
             },
@@ -6874,6 +6876,7 @@
                     if (res.code == "ok") {
                         this.zhoBao.reportExtraField4List = res.data.orderIds || []
                         this.zhoBao.reportExtraField5List = res.data.lines || []
+                        console.log(this.zhoBao, '<===== this.zhoBao')
                         this.$forceUpdate();
                     } 
                 },