qinhouyu hace 1 año
padre
commit
0714b64442
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      src/views/eventdetailsdialog.vue
  2. 2 2
      src/views/firespread.vue

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -537,7 +537,7 @@
                                     @click="
                                       updateCentereventTEventcatalogueStatus(
                                         'cf',
-                                        false
+                                        true
                                       )
                                     "
                                   >

+ 2 - 2
src/views/firespread.vue

@@ -256,11 +256,11 @@
                                     签收
                                   </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>