qinxianzhangyao
2024-03-25 c2943d4c365e6a4719fbd5fedf89f8c2232cf88e
src/views/standard/tijiancom/index.vue
@@ -93,7 +93,10 @@
      if (this.value1) {
        this.queryParams.startDate = this.value1[0];
        this.queryParams.endDate = this.value1[1];
      } else {
      }else  if (this.value1==null) {
        this.queryParams.startDate = null;
        this.queryParams.endDate = null;
      }else {
        this.queryParams.startDate = this.startTime[0];
        this.queryParams.endDate = this.startTime[1];
      }