From 6ca18e0d2691d864e9796a64b58bb04bf44af99c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 13 五月 2024 09:44:43 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs

---
 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 4c3ffa8..e966559 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -563,12 +563,12 @@
 					success(res) {
 						res.eventChannel.emit('item', {
 							item: item,
-							wrkDetls: _this.wrkDetls
+							wrkDetls: _this.wrkDetls,
 						})
 					},
 					events: {
 						acceptDataFromOpenedPage: function(data) {
-							
+							_this.reloadStation()
 						}
 					}
 				})

--
Gitblit v1.9.1