src/views/taskinfo/taskinfoPlan.vue
@@ -195,6 +195,11 @@ }, searchChange(params, done) { this.query = params; if (this.query.daterange){ this.query.startCreateTime = this.query.daterange[0] this.query.endCreateTime = this.query.daterange[1] this.query.daterange = null } this.page.currentPage = 1; this.onLoad(this.page, params); done();