longyvfengyun
2023-04-12 f78321854511f062a60507ae982c0d678e0bce43
内容调整
2个文件已修改
6 ■■■■ 已修改文件
src/views/dataTest/btsStatus.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportStatistics/eleAssess.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataTest/btsStatus.vue
@@ -182,4 +182,4 @@
  }, //methods
};
</script>
<style lang="less" scoped></style>
<style lang="less" scoped></style>
src/views/reportStatistics/eleAssess.vue
@@ -385,8 +385,8 @@
                stationName: this.selectValue2, //机房类型
                battGroupId: this.selectValue3 || 0, //电池组名称ID
                testType: this.monVolStd,
                recordStartTime: this.startDrsj,
                recordEndTime: this.endDrsj,
                recordStartTime: new Date(this.startDrsj).format("yyyy-MM-dd")+" 23:59:59",
                recordEndTime: new Date(this.endDrsj).format("yyyy-MM-dd")+" 00:00:00",
                testStartType: this.starttype
            }
            let params = {