소스 검색

事件详情办理流程按钮

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

+ 2 - 1
src/views/eventdetailsdialog.vue

@@ -1124,7 +1124,7 @@
 				eventId: null, //事件ID
 				eventType: null, //事件类型-大类
         dataStatus: false, //事件处理流程按钮
-        deptId: false, //事件处理流程部门
+        deptId: null, //事件处理流程部门
 				eventCode: null,
 				longitude: null,
 				latitude: null,
@@ -1755,6 +1755,7 @@
 			},
 			cancelEventShow() {
         this.dataStatus=false
+        this.deptId=null
 				console.log('关闭事件弹窗')
 				this.eventLogList = []
 			},