指挥调度修改

main
rosehan 2 years ago
parent 3ca090fb42
commit 1cf473da66
  1. 7
      ruoyi-ui/src/views/picture/command-dispatch/index.vue

@ -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('处警成功')

Loading…
Cancel
Save