From be983d6f5fb29e132b50e694699f0d550b42fcd9 Mon Sep 17 00:00:00 2001 From: zhusiyu <410827992@qq.com> Date: Tue, 30 Aug 2022 16:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E7=BB=93=E7=BB=9F=E8=AE=A1=EF=BC=9A?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=83=85=E5=86=B5tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oa/summaryRecord/myLargeSummary.vue | 9 +++-- .../moduleCom/oa/summaryRecord/submitInfo.vue | 39 ++++++++++--------- 2 files changed, 25 insertions(+), 23 deletions(-) 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 @@