jingyuanchao 1 рік тому
батько
коміт
76958673c5
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      src/views/iot/dailycheck/index.vue

+ 1 - 2
src/views/iot/dailycheck/index.vue

@@ -240,7 +240,7 @@ export default {
       statistics(this.queryParams).then(response => {
           this.doDates = response.data.doDates;
           this.unDoDates = response.data.unDoDates;
-          this.unDoDates = response.data.halfDoDates;
+          this.halfDoDates = response.data.halfDoDates;
           this.loading = false;
         }
       ).catch((err) => {
@@ -248,7 +248,6 @@ export default {
       });
       rateData(this.queryParams).then(response => {
           this.rateData = response.data;
-          console.log(123, this.rateData);
           this.loading = false;
         }
       ).catch((err) => {