From 8e054708c2f95eeadb95648300504c0dee129fee Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 05 四月 2024 16:40:00 +0800
Subject: [PATCH] #
---
pages/phyz/stationManage/stationManage.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/pages/phyz/stationManage/stationManage.vue b/pages/phyz/stationManage/stationManage.vue
index 77b6f92..04e4a5a 100644
--- a/pages/phyz/stationManage/stationManage.vue
+++ b/pages/phyz/stationManage/stationManage.vue
@@ -118,13 +118,10 @@
option: 'pick'
}
},
- onLoad() {
+ onShow() {
this.baseUrl = uni.getStorageSync('baseUrl');
this.token = uni.getStorageSync('token');
this.getBasDevp('all')
- },
- onShow() {
-
},
methods: {
searchValueInput() {
--
Gitblit v1.9.1