From 3a2d7d729aaeada800616ebd60eec5f42066670f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Nov 2021 12:03:03 +0800
Subject: [PATCH] 删除无用信息
---
src/views/accreditationRecords/accreditationRecords.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/accreditationRecords/accreditationRecords.vue b/src/views/accreditationRecords/accreditationRecords.vue
index ad27865..b480b43 100644
--- a/src/views/accreditationRecords/accreditationRecords.vue
+++ b/src/views/accreditationRecords/accreditationRecords.vue
@@ -489,7 +489,6 @@
type: "warning",
}).then(() => {
//获取查询条件
- // console.log(this.questionBankSearch, 456);
const { releaseTimeRange } = this.questionBankSearch;
if (releaseTimeRange) {
this.questionBankSearch['startTime'] = releaseTimeRange[0];
--
Gitblit v1.9.3