yijianjun vor 1 Monat
Ursprung
Commit
86c05a7e24
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      src/views/board.vue

+ 4 - 1
src/views/board.vue

@@ -3215,7 +3215,9 @@ export default {
         this.rainfalldataChat4();
         this.rainfalldataChat5();
         this.rainfalldataChat6();
-        this.getrainfalldataList2();
+        setTimeout(() => {
+          this.getrainfalldataList2();
+        }, 500);
       }, 500);
     });
   },
@@ -3400,6 +3402,7 @@ export default {
         sort: 'id',
         order: 'desc',
         compNm: this.searchForm.compName,
+        data_date: this.searchForm.recordDate,
       };
       this.$http({
         url: '/subLoad/listShow',