修改冀北问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user