From 5860a22b3b17264b379c39e0a9a45712e7dea1b9 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 08 四月 2024 23:26:37 +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