guoshilong
2022-09-23 e4e92ce9eee6d39ae6bddaeca8f212d9b3b52ecc
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();