瀏覽代碼

火灾半径校验

彭宇 2 年之前
父節點
當前提交
e4860f6b0f
共有 2 個文件被更改,包括 0 次插入8 次删除
  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