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
+			},
 		}
 
 	}