diff --git a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/myLargeSummary.vue b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/myLargeSummary.vue index 46927c5..8b05fa9 100644 --- a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/myLargeSummary.vue +++ b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/myLargeSummary.vue @@ -92,8 +92,9 @@ import {Spin} from 'ant-design-vue'; import interConfig from './interConfig'; import moment from 'moment'; - export default{ - data(){ + + export default { + data() { return { begin_date: "", end_date: "", @@ -106,7 +107,7 @@ this.getNowTime() }, methods: { - getRecordData () { + getRecordData() { let timeStr = this.searchTime; if (timeStr !== "") { let startDate = timeStr.split("|")[0]; @@ -141,7 +142,7 @@ }) } }, - getNowTime () { + getNowTime() { this.InterfaceConfig.callInterface([{ url: interConfig.getNowTime.url, params: {}, 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 39bd258..9b84196 100644 --- a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue +++ b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue @@ -4,14 +4,14 @@