From 49457b1c5c335aad97ab1f6ed41af7f1235dd6bf Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Fri, 21 Jan 2022 11:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/List/List.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/List/List.vue b/src/components/List/List.vue index 5a962b2..7cd7cc2 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -321,7 +321,6 @@ export default { async setParams() { const { projectId, startTime, endTime, memberIdList, roleId } = this; - console.log('111111111', startTime, endTime); const params = { param: { projectId, memberIdList, startTime, endTime, roleId } }; await this.getClockQuery(params); },