ysy 1 년 전
부모
커밋
0bad7aadf9
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      pages/pda/components/handover.vue

+ 6 - 2
pages/pda/components/handover.vue

@@ -47,9 +47,13 @@
 				this.show = true
 			},
 
-			close() {},
+			close() {
+				this.show = false
+			},
 
-			handOK() {},
+			handOK() {
+				this.show = false
+			},
 		}
 
 	}