Commit 55498264 authored by wei's avatar wei

update

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