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); },