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 @@
{{ confirmOpenText }}
</div>
</div>
<div class="journal-wrap" v-if="hdMajorApproveList.length > 0">
<p>审批信息</p>
<van-cell-group inset>
......@@ -237,7 +236,6 @@
{{ majorOpenText }}
</div>
</div>
<div class="change-wrap" v-if="hdRectificationList.length > 0">
<p>隐患整改</p>
<van-cell-group
......@@ -498,7 +496,7 @@ export default {
.then((res) => {
this.$toast.clear();
this.hdReport = res.data.hdReport;
this.hdLogListAll= res.data.hdConfirm
this.hdLogListAll = res.data.hdConfirm;
this.hdConfirm = this.hdLogListAll.slice(-1);
this.hdRectificationList = res.data.hdRectificationList;
this.hdReviewList = res.data.hdReviewList;
......@@ -527,7 +525,7 @@ export default {
// 隐患认定显示或隐藏
confirmReverse() {
this.confirmOpen = !this.confirmOpen;
if (this.confirmOpen) {
if (this.confirmOpen) {
// 显示所有数据
this.confirmOpenText = "收起 ▲";
// 显示所有数据
......
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