0305海宁预警修改
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user