|
|
@@ -446,6 +446,7 @@ export default {
|
|
|
beginDate: this.formState.beginDate,
|
|
|
endDate: this.formState.endDate,
|
|
|
userId: this.$route.query.userId,
|
|
|
+ taskType:this.$route.query.taskType
|
|
|
})
|
|
|
.then((res) => {
|
|
|
if (res.data.code === 200) {
|
|
|
@@ -465,6 +466,7 @@ export default {
|
|
|
pageSize: this.pagination.defaultPageSize,
|
|
|
...this.formState,
|
|
|
userId: this.$route.query.userId,
|
|
|
+ taskType:this.$route.query.taskType
|
|
|
})
|
|
|
.then((res) => {
|
|
|
if (res.data.code === 200) {
|