diff --git a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue index e621553..3e6f380 100644 --- a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue +++ b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue @@ -457,6 +457,7 @@ } } this.getWorkSummaryDeptPersonOverview() + // this.getWorkSummaryPersonCycleStatistics() }, removeTab: function (num) { let index = this.centerIndex + num; @@ -481,7 +482,7 @@ isTestLogin: interConfig.getWorkSummaryPersonCycleStatistics.isTestLogin, }], (result) => { let resData = result[0].data; - // console.log('个人总结提交', resData) + // console.log('个人总结-提交情况', resData) if (resData.code === 2000) { this.dayList = resData.data.day_list; this.weekList = resData.data.week_list; @@ -514,7 +515,6 @@ this.dataSourceDept = dataSource this.spinning2 = false this.changeType(); - //this.buildWeekEchart(personList); } }) } @@ -536,11 +536,11 @@ isTestLogin: interConfig.getWorkSummaryOrgDeptOverview.isTestLogin, }], (result) => { let resData = result[0].data; + //console.log('小块机构表格', resData) if (resData.code === 2000) { this.dataSourceOrg = resData.data.dept_list; this.spinning3 = false this.changeType(); - //this.buildWeekEchart(personList); } }) } @@ -561,9 +561,6 @@ if (this.selectType !== type) { this.selectType = type; this.paneKey = type; -// this.$nextTick(function () { -// this.buildDayEchart(); -// }) } } }, diff --git a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue index f7316c6..51d9543 100644 --- a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue +++ b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue @@ -1,7 +1,8 @@