ysy hace 1 año
padre
commit
0bad7aadf9
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  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
+			},
 		}
 
 	}