Quellcode durchsuchen

火灾半径校验

彭宇 vor 2 Jahren
Ursprung
Commit
e4860f6b0f
2 geänderte Dateien mit 0 neuen und 8 gelöschten Zeilen
  1. 0 4
      src/views/eventdetailsdialog.vue
  2. 0 4
      src/views/firespread.vue

+ 0 - 4
src/views/eventdetailsdialog.vue

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

+ 0 - 4
src/views/firespread.vue

@@ -964,10 +964,6 @@
                 return
               }
               if (eventStatus == 'qs') {
-                if (that.sendHuoZaiBanJing == '' || that.sendHuoZaiBanJing == null) {
-                  that.$message.error(`请输入火灾半径!`)
-                  return
-                }
                 if (that.sendEventType == '' || that.sendEventType == null) {
                   that.$message.error(`请选择事件类型!`)
                   return