|
@@ -138,7 +138,7 @@
|
|
|
</dv-border-box-7>
|
|
|
</div>
|
|
|
<div class="forthis2">
|
|
|
- <dv-border-box-7 backgroundColor="#040b1f" >
|
|
|
+ <dv-border-box-7 backgroundColor="#040b1f" :color="['#0c4b53', '#18caca']" >
|
|
|
<div class="i-list-con">
|
|
|
<div class="this-con h-25 no-padding">
|
|
|
<div class="z-info-list" style="margin-top: 0;">
|
|
@@ -2079,6 +2079,7 @@ export default {
|
|
|
addLine: function() {//添加负责人行数
|
|
|
var newValue = {
|
|
|
id: '',//主键
|
|
|
+ userId: '',//用户主键
|
|
|
dept: '',//部门名称
|
|
|
depteventId: '',//事件部门关联责任人
|
|
|
name: '',//姓名
|
|
@@ -2095,7 +2096,6 @@ export default {
|
|
|
getNewDataByDate(eventCode).then(function(res){
|
|
|
that.windDirection=res.data.windDirection
|
|
|
that.windSpeed=res.data.windSpeed
|
|
|
-
|
|
|
setTimeout(() => {
|
|
|
that.showheatPlotting()
|
|
|
}, 2000)
|
|
@@ -2287,17 +2287,9 @@ export default {
|
|
|
dutysystemList(param).then(res => {
|
|
|
if (res.data != null && res.data.length > 0) {
|
|
|
this.dutysystemTableData = res.data
|
|
|
+ }else {
|
|
|
+ this.dutysystemTableData = []
|
|
|
}
|
|
|
- // else {
|
|
|
- // this.dutysystemTableData = [{
|
|
|
- // id: '',//主键
|
|
|
- // dept: this.dutysystemDeptName,//部门名称
|
|
|
- // depteventId: this.depteventId,//事件部门关联责任人
|
|
|
- // name: '',//姓名
|
|
|
- // post: '',//岗位
|
|
|
- // telphone: ''//手机号
|
|
|
- // }]
|
|
|
- // }
|
|
|
})
|
|
|
},
|
|
|
|
|
@@ -2951,7 +2943,6 @@ export default {
|
|
|
markersMapList.push(markersMap)
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
- that.$refs.supermapDialog1.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
|
that.$refs.supermapDialog1.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
that.$refs.supermapDialog1.clearM(false)
|
|
|
that.$refs.supermapDialog1.clearM(true)
|
|
@@ -3047,7 +3038,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
refreshEventDialog(eventCode) {
|
|
|
- //刷新--事件日志
|
|
|
+ //刷新--事件日志12
|
|
|
getEventDetail({ eventCode: eventCode }).then(res => {
|
|
|
this.eventLogList = res.data.eventlog
|
|
|
this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|