src/views/repairsorder/repairsorder.vue
@@ -181,6 +181,11 @@ }, searchChange(params, done) { this.query = params; if (this.query.daterange){ this.query.startTime = this.query.daterange[0] this.query.endTime = this.query.daterange[1] this.query.daterange = null } this.page.currentPage = 1; this.onLoad(this.page, params); done();