diff --git a/src/views/business/leasePublish/component/homeApply.vue b/src/views/business/leasePublish/component/homeApply.vue index 7ca00020..650167f2 100644 --- a/src/views/business/leasePublish/component/homeApply.vue +++ b/src/views/business/leasePublish/component/homeApply.vue @@ -34,8 +34,8 @@ style="width: 240px" > - - + + @@ -360,7 +360,7 @@ export default { this.loading = true; const params = { keyWord: this.queryParams.keyWord, - taskStatus: this.queryParams.taskStatus, + status: this.queryParams.taskStatus, startTime: this.queryParams.time && this.queryParams.time[0], endTime: this.queryParams.time && this.queryParams.time[1], pageSize: this.queryParams.pageSize,