|
@ -321,7 +321,6 @@ export default { |
|
|
|
|
|
|
|
|
async setParams() { |
|
|
async setParams() { |
|
|
const { projectId, startTime, endTime, memberIdList, roleId } = this; |
|
|
const { projectId, startTime, endTime, memberIdList, roleId } = this; |
|
|
console.log('111111111', startTime, endTime); |
|
|
|
|
|
const params = { param: { projectId, memberIdList, startTime, endTime, roleId } }; |
|
|
const params = { param: { projectId, memberIdList, startTime, endTime, roleId } }; |
|
|
await this.getClockQuery(params); |
|
|
await this.getClockQuery(params); |
|
|
}, |
|
|
}, |
|
|