|
@@ -4007,7 +4007,6 @@ export default {
|
|
|
this.clientHeight = document.body.clientHeight -250
|
|
|
})
|
|
|
this.setMaxDate();
|
|
|
- this.getReport();
|
|
|
this.getTreeselect();
|
|
|
this.loading = false;
|
|
|
},
|
|
@@ -4183,6 +4182,7 @@ export default {
|
|
|
getReportByMaxDate().then(response => {
|
|
|
if (null != response.data) {
|
|
|
this.queryParams.reportDate = response.data.reportDate;
|
|
|
+ this.getReport();
|
|
|
} else {
|
|
|
this.$message.info("未导入生产日报数据");
|
|
|
}
|