Commit 55498264 authored by wei's avatar wei

update

parent 51f28d83
......@@ -391,7 +391,7 @@ export default {
}
},
getFloor() {
getFun(`/risk/plan/floor/list/${this.inherentId}`)
getFun(`/risk/plan/floor/list/${this.buildingIds}`)
.then(res => {
// this.$toast.clear();
// this.showSource = true;
......@@ -399,7 +399,7 @@ export default {
this.floorSource = newArr;
})
.catch(() => {
this.$toast.fail("加载失败,请稍后再试");
// this.$toast.fail("加载失败,请稍后再试");
});
},
getFXYS() {
......@@ -408,7 +408,7 @@ export default {
this.columnsTrouble = res.data;
})
.catch(() => {
this.$toast.fail("加载失败,请稍后再试");
// this.$toast.fail("加载失败,请稍后再试");
});
},
getZSGLX() {
......@@ -417,7 +417,7 @@ export default {
this.columnsAccident = res.data;
})
.catch(() => {
this.$toast.fail("加载失败,请稍后再试");
// this.$toast.fail("加载失败,请稍后再试");
});
},
seletFloor(name) {
......@@ -439,7 +439,7 @@ export default {
this.columnsSource = res.data;
})
.catch(() => {
this.$toast.fail("加载失败,请稍后再试");
// this.$toast.fail("加载失败,请稍后再试");
});
},
//风险因素
......
......@@ -102,7 +102,7 @@
@click="seletGrade('level')"
:rules="[{ required: true, message: '风险等级不能为空' }]"
/> -->
<van-field
<!-- <van-field
readonly
v-model="form.level"
required
......@@ -111,7 +111,7 @@
placeholder="请选择"
@click="seletGrade"
:rules="[{ required: true, message: '风险等级不能为空' }]"
/>
/> -->
<van-field
required
......
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