From dadb0c0eb3e8c0e494816c2c4d8a04e0d258eb12 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 08 四月 2024 22:19:29 +0800
Subject: [PATCH] #

---
 pages/phyz/stationManage/stationDetl.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index 540a9be..0cf6167 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -461,7 +461,7 @@
 			doContainerMoveOut() {
 				this.$refs.doContainerMoveOut.open()
 			},
-			containerMoveOutC() {
+			containerMoveOutClose() {
 				this.$refs.doContainerMoveOut.close()
 			},
 			containerMoveOut() {
@@ -474,7 +474,7 @@
 					success(res) {
 						res = res.data
 						if (res.code === 200) {
-							this.$refs.doContainerMoveOut.close()
+							_this.$refs.doContainerMoveOut.close()
 							setTimeout(()=> {
 								_this.barcode = ''
 								_this.reloadStation()

--
Gitblit v1.9.1