|
@@ -3249,6 +3249,11 @@ ${JSON.stringify(forAllList)}
|
|
|
|
|
|
let _worksData = res.data[1];
|
|
let _worksData = res.data[1];
|
|
|
|
|
|
|
|
+ console.log("_worksData",_worksData)
|
|
|
|
+
|
|
|
|
+ if(this.peopleId){
|
|
|
|
+ _worksData = _worksData.filter(i=>i.userid === this.peopleId)
|
|
|
|
+ }
|
|
// if(this.timeLimit){
|
|
// if(this.timeLimit){
|
|
// console.log("timeLimit", this.timeLimit)
|
|
// console.log("timeLimit", this.timeLimit)
|
|
// // 2024-12-31T16:00:00.000Z,2025-12-31T16:00:00.000Z
|
|
// // 2024-12-31T16:00:00.000Z,2025-12-31T16:00:00.000Z
|