Commit 3155185f authored by 罗新东's avatar 罗新东

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents 92b47d99 5bd25a3b
Pipeline #7063 passed with stage
in 10 seconds
...@@ -166,7 +166,6 @@ ...@@ -166,7 +166,6 @@
{{ confirmOpenText }} {{ confirmOpenText }}
</div> </div>
</div> </div>
<div class="journal-wrap" v-if="hdMajorApproveList.length > 0"> <div class="journal-wrap" v-if="hdMajorApproveList.length > 0">
<p>审批信息</p> <p>审批信息</p>
<van-cell-group inset> <van-cell-group inset>
...@@ -237,7 +236,6 @@ ...@@ -237,7 +236,6 @@
{{ majorOpenText }} {{ majorOpenText }}
</div> </div>
</div> </div>
<div class="change-wrap" v-if="hdRectificationList.length > 0"> <div class="change-wrap" v-if="hdRectificationList.length > 0">
<p>隐患整改</p> <p>隐患整改</p>
<van-cell-group <van-cell-group
...@@ -498,7 +496,7 @@ export default { ...@@ -498,7 +496,7 @@ export default {
.then((res) => { .then((res) => {
this.$toast.clear(); this.$toast.clear();
this.hdReport = res.data.hdReport; this.hdReport = res.data.hdReport;
this.hdLogListAll= res.data.hdConfirm this.hdLogListAll = res.data.hdConfirm;
this.hdConfirm = this.hdLogListAll.slice(-1); this.hdConfirm = this.hdLogListAll.slice(-1);
this.hdRectificationList = res.data.hdRectificationList; this.hdRectificationList = res.data.hdRectificationList;
this.hdReviewList = res.data.hdReviewList; this.hdReviewList = res.data.hdReviewList;
......
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