修改冀北问题

This commit is contained in:
GGJ
2025-12-16 13:38:12 +08:00
parent 7b9f5302d0
commit 264f33302f
54 changed files with 602 additions and 475 deletions

View File

@@ -18,7 +18,7 @@
区域污染水平评估
<el-popover placement="right" :width="190" trigger="hover">
<template #reference>
<WarningFilled class="WarningFilled ml5 " />
<WarningFilled class="WarningFilled ml5" />
</template>
<div class="text">
<span style="color: #00b07d">无污染0</span>
@@ -438,7 +438,13 @@ const harmonicChange = () => {
})
}
const transientChange = () => {
getEventLevelEvaluation({ ...formRow.value, ids: [value.value] }).then(res => {
const [year, , day] = formRow.value.startTime.split('-') //`${year}-01-${day}`
getEventLevelEvaluation({
...formRow.value,
ids: [value.value],
searchBeginTime: `${year}-01-${day}`,
startTime: `${year}-01-${day}`
}).then(res => {
let data = []
transientNum.value = [0, 0]
if (formRow.value.isUpToGrid == 0) {