ysy 1 an în urmă
părinte
comite
0bad7aadf9
1 a modificat fișierele cu 6 adăugiri și 2 ștergeri
  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
+			},
 		}
 
 	}