Commit dec05a48 authored by wei's avatar wei

提交

parent 18b6124e
...@@ -240,12 +240,12 @@ export default { ...@@ -240,12 +240,12 @@ export default {
}, },
async changeFloor() { async changeFloor() {
let room = await this.roomList(this.value1); let room = await this.roomList(this.value1);
let risk = await this.riskList(this.planId, this.active, this.value1); let risk = await this.riskList(this.planId,this.buildingId, this.value1,this.value2);
}, },
async changeRoom() { async changeRoom() {
let risk = await this.riskList( let risk = await this.riskList(
this.planId, this.planId,
this.active, this.buildingId,
this.value1, this.value1,
this.value2 this.value2
); );
......
...@@ -174,28 +174,25 @@ ...@@ -174,28 +174,25 @@
justify="space-between" justify="space-between"
style="margin-top:10px;" style="margin-top:10px;"
> >
<van-col span="22" @click="toRiskDetail(item)"> <van-col span="20" @click="toRiskDetail(item)">
<van-col span="5"> <van-col span="5">
<van-image <van-image
width="46" width="46"
height="46" height="46"
src="https://img01.yzcdn.cn/vant/cat.jpeg" src="https://img01.yzcdn.cn/vant/cat.jpeg"
/> />
<van-image width="46" height="46" :src="item.avatar" /> <!-- <van-image width="46" height="46" :src="item.avatar" /> -->
</van-col> </van-col>
<van-col span="17"> <van-col span="15">
<van-row gutter=""> <van-row gutter="">
<van-col span="9">风险名称:</van-col> <van-col span="9">风险名称:</van-col>
<van-col span="15">{{ item.name }}</van-col> <van-col span="15">{{ item.name }}</van-col>
</van-row> </van-row>
</van-col> </van-col>
</van-col> </van-col>
<van-col span="2"> <van-col span="4">
<van-row <van-row type="flex">
:style="{ 详情
color: '#03b615'
}"
>
<van-icon name="arrow" size="26px" @click="goColorDetail" /> <van-icon name="arrow" size="26px" @click="goColorDetail" />
</van-row> </van-row>
</van-col> </van-col>
...@@ -433,6 +430,7 @@ export default { ...@@ -433,6 +430,7 @@ export default {
}, },
//执行任务 //执行任务
performTasks() { performTasks() {
console.log( this.messageList,'LLLL')
sessionStorage.setItem( sessionStorage.setItem(
"buildingId", "buildingId",
this.messageList.riskBuildingListDtos[0].buildingId this.messageList.riskBuildingListDtos[0].buildingId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment