|
@@ -186,6 +186,10 @@
|
|
</div>
|
|
</div>
|
|
<div class="right transferBg">
|
|
<div class="right transferBg">
|
|
<h3>各部门在线情况</h3>
|
|
<h3>各部门在线情况</h3>
|
|
|
|
+ <h4 style="margin-top: 4%;"></h4>
|
|
|
|
+ <div v-for="(e,idx) in emergencyEventDetails.deptList ? emergencyEventDetails.deptList : [] " :key="idx">
|
|
|
|
+ <div>{{ e.mapDeptName || '' }}</div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -463,6 +467,9 @@
|
|
// 发起应急事件
|
|
// 发起应急事件
|
|
setEmergencyEvent(){
|
|
setEmergencyEvent(){
|
|
this.setEventDialogVisible = true
|
|
this.setEventDialogVisible = true
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ this.resetForm('ruleForm')
|
|
|
|
+ })
|
|
},
|
|
},
|
|
getDescriptionByContingency(){
|
|
getDescriptionByContingency(){
|
|
let form = {
|
|
let form = {
|
|
@@ -570,6 +577,7 @@
|
|
this.videoList = [],
|
|
this.videoList = [],
|
|
this.uploadList = [],
|
|
this.uploadList = [],
|
|
this.videoUploadList = []
|
|
this.videoUploadList = []
|
|
|
|
+ this.attachExamine = []
|
|
},
|
|
},
|
|
getEventList(){
|
|
getEventList(){
|
|
getEventList(this.eventParams).then(res => {
|
|
getEventList(this.eventParams).then(res => {
|
|
@@ -1209,6 +1217,12 @@
|
|
.right{
|
|
.right{
|
|
width: 30%;
|
|
width: 30%;
|
|
margin-left: 1.5%;
|
|
margin-left: 1.5%;
|
|
|
|
+ >div{
|
|
|
|
+ margin-top: 1.5%;
|
|
|
|
+ >div:not(:nth-child(1)){
|
|
|
|
+ margin-top: 2%;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|