Kaynağa Gözat

数据中心

彭宇 3 yıl önce
ebeveyn
işleme
ead8f95774
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      src/views/event.vue

+ 2 - 4
src/views/event.vue

@@ -694,8 +694,7 @@
           this.deptId = ''
           this.eventType = ''
           this.deptName = ''
-          this.eventShow = false
-          this.getList();
+          this.eventInfoVisible_notProcessed = false
           cancelEventShow();
         })
       },
@@ -707,8 +706,7 @@
         updateCentereventTForestfireStatus(this.id, this.eventStatus).then(response => {
           this.$modal.msgSuccess(response.msg)
           this.eventStatus=''
-          this.eventShow = false
-          this.getList();
+          this.eventInfoVisible_Processed = false
           cancelEventShow();
         })