Commit 6d5b2918 authored by 罗新东's avatar 罗新东

修改了隐患认定退回只显示意见和隐患确认信息

parent cf6ecc04
......@@ -134,7 +134,7 @@ export default {
this.getList();
},
methods: {
getList(select) {
getList(select='') {
/*接口对接3 START*/
// 例子:
this.$toast.loading({
......
......@@ -217,7 +217,7 @@
</van-row>
<van-row
gutter=""
v-if="item.rectificationUser"
v-if="item.rectificationUser&&item.confirmResult != 0"
>
<van-col span="7"
><span class="field-title"
......@@ -230,7 +230,7 @@
</van-row>
<van-row
gutter=""
v-if="item.rectificationReview"
v-if="item.rectificationReview&&item.confirmResult != 0"
>
<van-col span="7"
><span class="field-title"
......
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