From 0cd0fb751c1c3d3c4527b95a4c64912680f9910c Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 09 四月 2024 00:31:03 +0800
Subject: [PATCH] #
---
pages/phyz/stationManage/stationManage.vue | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/pages/phyz/stationManage/stationManage.vue b/pages/phyz/stationManage/stationManage.vue
index 9a42e0e..3923ef4 100644
--- a/pages/phyz/stationManage/stationManage.vue
+++ b/pages/phyz/stationManage/stationManage.vue
@@ -140,7 +140,6 @@
},
// 鑾峰彇鏆傚瓨浣�
getBasDevp(type) {
- console.log(this.searchValue);
let _this = this
uni.request({
url: `${_this.baseUrl}/agv/basDevp/list/auth`,
@@ -372,23 +371,21 @@
},
// 鍓嶅線绔欑偣鏄庣粏椤甸潰
getOrderDetl(e) {
- console.log(e);
let _this = this
uni.navigateTo({
url: "./stationDetl",
success: function(res) {
// 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹� 鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑
- console.log(e);
res.eventChannel.emit('item', {
item: e
- }),
+ })
_this.searchValue = ''
},
events: {
// 涓烘寚瀹氫簨浠舵坊鍔犱竴涓洃鍚櫒锛岃幏鍙栬鎵撳紑椤甸潰浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹� 鍙﹀涓�涓〉闈紶杩囨潵鐨�
acceptDataFromOpenedPage: function(data) {
_this.searchValueFocus = true
- },
+ }
},
});
}
--
Gitblit v1.9.1