|
|
|
@ -1013,7 +1013,6 @@ export default { |
|
|
|
|
getResourcesID(code,index){ |
|
|
|
|
this.ResourcesType=index |
|
|
|
|
this.ResourcesId=code |
|
|
|
|
console.log('thisResourcesId',this.ResourcesId) |
|
|
|
|
}, |
|
|
|
|
getLevelClass(value) { |
|
|
|
|
switch (value) { |
|
|
|
@ -1317,7 +1316,6 @@ export default { |
|
|
|
|
getTreeLists(val) { |
|
|
|
|
getTreeList(val).then(response => { |
|
|
|
|
this.groupDatas = response.data |
|
|
|
|
console.log('this.groupDatas',this.groupDatas) |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//获取应急预案及应急资源列表 |
|
|
|
@ -1346,12 +1344,10 @@ export default { |
|
|
|
|
}, |
|
|
|
|
getValue(tabType, type) { |
|
|
|
|
this.EmergencyOneId=type |
|
|
|
|
console.log('this.EmergencyOneId',this.EmergencyOneId) |
|
|
|
|
this.getPlanEmergency(tabType, type) |
|
|
|
|
}, |
|
|
|
|
getValuep(tabType, type) { |
|
|
|
|
this.ResourcesOneId=type |
|
|
|
|
console.log('this.ResourcesOneId',this.ResourcesOneId) |
|
|
|
|
this.getPlanEmergency(tabType, type) |
|
|
|
|
}, |
|
|
|
|
//物资清单详情 |
|
|
|
@ -1432,9 +1428,6 @@ export default { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Object.assign(this.dispatchForm, params); |
|
|
|
|
console.log('afsd',this.dispatchForm) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleAlarmInfo(this.dispatchForm).then(response => { |
|
|
|
|
if(type=='chujing'){ |
|
|
|
|
this.$message.success('处警成功') |
|
|
|
|