diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index e3c5b1d..30edd26 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -9,6 +9,16 @@ + + + + + { this.customData = response.data.customData }) + findProductLineList({ productLineType: 1 }).then(response => { + this.productLineList = response.data + }) const nowDate = parseTime(new Date(), '{y}-{m}-{d}') this.daterangeRecordTime[0] = nowDate + ' 00:00:00' this.daterangeRecordTime[1] = nowDate + ' 23:59:59' diff --git a/src/views/report/pourRecordReport/index.vue b/src/views/report/pourRecordReport/index.vue index 1fc4318..29f5734 100644 --- a/src/views/report/pourRecordReport/index.vue +++ b/src/views/report/pourRecordReport/index.vue @@ -1,6 +1,16 @@