ysy 1 éve
szülő
commit
0bad7aadf9
1 módosított fájl, 6 hozzáadás és 2 törlés
  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
+			},
 		}
 
 	}