Ver Fonte

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

Min há 10 meses atrás
pai
commit
8981526412

+ 3 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

@@ -3560,7 +3560,9 @@
                 this.$refs.fileCenter.refreshPage();
                 this.$refs.projectInfo.refreshPage();
                 this.$refs.summary.refreshPage();
-                this.$refs.costbaseline.refreshPage();
+                if(this.permissions.projectBaseline) {
+                    this.$refs.costbaseline.refreshPage();
+                }
                 // this.$refs.earning.refreshPage();
                 if(this.user.companyId == '936') {
                     this.$refs.projectInfo.getKeyNodes()