Ver Fonte

网点自检代码提交

jingyuanchao há 1 ano atrás
pai
commit
76958673c5
1 ficheiros alterados com 1 adições e 2 exclusões
  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) => {