|
|
@@ -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',
|