소스 검색

数据中心

彭宇 3 년 전
부모
커밋
62db9384b8
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/views/event.vue

+ 2 - 4
src/views/event.vue

@@ -692,8 +692,7 @@
           this.deptId = ''
           this.eventType = ''
           this.deptName = ''
-          this.eventShow = false
-          this.getList();
+          this.eventInfoVisible_notProcessed = false
           cancelEventShow();
         })
       },
@@ -705,8 +704,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();
         })