0305海宁预警修改

This commit is contained in:
2026-03-05 18:36:56 +08:00
parent 222e66552f
commit 63d1ebf21f
5 changed files with 59 additions and 52 deletions

View File

@@ -39,9 +39,10 @@
<div class="yj_top_left">
<van-icon name="bulb-o yjclIcon"></van-icon>
</div>
<div class="tjclTitle">{{ item }}</div>
<div class="tjclTitle">{{ item.infoName }}</div>
</div>
</div>
<div class="yjcl_custNum">预警条数{{ item.infoCount }}</div>
</div>
</van-tab>
</van-tabs>
@@ -121,7 +122,7 @@ export default {
initwarnType() {
workWarningListType().then(res => {
if (res.code == 200) {
this.yjclOtherList = res.msg ? res.msg.split(',') : []
this.yjclOtherList = res.data || []
}
})
},
@@ -148,7 +149,7 @@ export default {
this.$router.push('/WarningProcessing');
},
handleClickYjclOther(item) {
sessionStorage.setItem('yujingrenwyType', item);
sessionStorage.setItem('yujingrenwyType', item.infoName);
this.$router.push('/workmngwarningtask');
}
}