同步电网一张图代码

This commit is contained in:
GGJ
2024-06-04 16:56:57 +08:00
parent a0c64a4232
commit cf21d0a842
8 changed files with 832 additions and 266 deletions

View File

@@ -370,14 +370,17 @@ const info = (row: any) => {
monitorFlag: row.isUpToGrid == 0 ? null : row.isUpToGrid
}
formRow.value = form
// 综合评估
getAssessOverview(form).then(res => {
assessList.value = res.data
})
// 稳态电能质量水平评估概览数据
harmonicChange()
// 暂态统计详情
transientChange()
// 综合评估
setTimeout(() => {
getAssessOverview(form).then(res => {
assessList.value = res.data
})
}, 300)
}
const harmonicChange = () => {
getEvaluationOverview({ ...formRow.value, harmonicType: harmonicType.value }).then(res => {
@@ -538,7 +541,7 @@ defineExpose({ info, show })
div {
display: flex;
align-items: center;
justify-content: center;
justify-content: center;
span:nth-child(1) {
display: inline-block;
height: 10px;