|
@@ -1694,6 +1694,16 @@ export default {
|
|
that.$message.error(`请选择部门!`)
|
|
that.$message.error(`请选择部门!`)
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ if (eventStatus == 'qs') {
|
|
|
|
+ if (that.sendHuoZaiBanJing == '' || that.sendHuoZaiBanJing == null) {
|
|
|
|
+ that.$message.error(`请输入火灾半径!`)
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ if (that.sendEventType == '' || that.sendEventType == null) {
|
|
|
|
+ that.$message.error(`请选择事件类型!`)
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
that.sendDeptId = that.deptId
|
|
that.sendDeptId = that.deptId
|
|
}
|
|
}
|