|
@@ -72,7 +72,7 @@
|
|
|
<!-- 风险问号弹窗 -->
|
|
|
<basic-modal top="30px" ref="whFxModal" name="安全风险分级预警流程" width="90%">
|
|
|
<div style="display: flex; justify-content: center">
|
|
|
- <img src="../../assets/images/dt-qyfxdj.png" />
|
|
|
+ <img src="../../assets/images/zl-fxyj.png" />
|
|
|
</div>
|
|
|
</basic-modal>
|
|
|
|
|
@@ -96,7 +96,9 @@
|
|
|
|
|
|
<!-- 智慧消防 -->
|
|
|
<basic-modal top="120px" ref="zhxfModal" name="智慧消防">
|
|
|
- <fxfbCont :sbType="params && params.zhxfModal ? params.zhxfModal.sblx : null" />
|
|
|
+ <fxfbCont
|
|
|
+ :gcjzmc="params && params.zhxfModal ? params.zhxfModal.gcjzmc : null"
|
|
|
+ :sbType="params && params.zhxfModal ? params.zhxfModal.sblx : null" />
|
|
|
</basic-modal>
|
|
|
|
|
|
<!-- 自查 -->
|
|
@@ -191,6 +193,7 @@ export default {
|
|
|
getData() {
|
|
|
getBuildDetail(this.id).then((res) => {
|
|
|
this.detail = res.data.data;
|
|
|
+ this.params.zhxfModal.gcjzmc = this.detail.gcjzmc
|
|
|
});
|
|
|
|
|
|
get720({ jzid: this.id, pageSize: 1000 }).then((res) => {
|