王通 2 лет назад
Родитель
Сommit
41ff213678
2 измененных файлов с 12 добавлено и 12 удалено
  1. 6 6
      src/views/eventdetailsdialog.vue
  2. 6 6
      src/views/firespread.vue

+ 6 - 6
src/views/eventdetailsdialog.vue

@@ -177,12 +177,12 @@
                                   </el-button>
                                   <el-button size="small"
                                              icon="el-icon-question"
-                                             @click="updateCentereventTEventcatalogueStatus('wb',false)">
+                                             @click="updateCentereventTEventcatalogueStatus('wb',true)">
                                     误报
                                   </el-button>
                                   <el-button size="small"
                                              icon="el-icon-warning"
-                                             @click="updateCentereventTEventcatalogueStatus('cf',false)">
+                                             @click="updateCentereventTEventcatalogueStatus('cf',true)">
                                     重复
                                   </el-button>
                                 </div>
@@ -2094,10 +2094,10 @@ export default {
           })
         } else {
           if (eventStatus == 'qs' || eventStatus == 'wb' || eventStatus == 'cf') {
-            if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
-              that.$message.error(`请选择部门!`)
-              return
-            }
+            // if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
+            //   that.$message.error(`请选择部门!`)
+            //   return
+            // }
             if (eventStatus == 'qs') {
               if (that.sendEventType == '' || that.sendEventType == null) {
                 that.$message.error(`请选择事件类型!`)

+ 6 - 6
src/views/firespread.vue

@@ -167,12 +167,12 @@
                                   </el-button>
                                   <el-button size="small"
                                              icon="el-icon-question"
-                                             @click="updateCentereventTEventcatalogueStatus('wb',false)">
+                                             @click="updateCentereventTEventcatalogueStatus('wb',true)">
                                     误报
                                   </el-button>
                                   <el-button size="small"
                                              icon="el-icon-warning"
-                                             @click="updateCentereventTEventcatalogueStatus('cf',false)">
+                                             @click="updateCentereventTEventcatalogueStatus('cf',true)">
                                     重复
                                   </el-button>
                                 </div>
@@ -1938,10 +1938,10 @@ export default {
           })
         } else {
           if (eventStatus == 'qs' || eventStatus == 'wb' || eventStatus == 'cf') {
-            if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
-              that.$message.error(`请选择部门!`)
-              return
-            }
+            // if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
+            //   that.$message.error(`请选择部门!`)
+            //   return
+            // }
             if (eventStatus == 'qs') {
               if (that.sendEventType == '' || that.sendEventType == null) {
                 that.$message.error(`请选择事件类型!`)