From 48a4ff3409804fc62139a9fa9fc05498cbc0a0ce Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 05 九月 2024 17:41:02 +0800
Subject: [PATCH] feat:库管拼单

---
 pages/tabbar-page/index-tabbar/index-tabbar.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index 149dd89..4d84c44 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -281,9 +281,8 @@
 						console.log('LoadUnloadRef');
 						this.$nextTick(() => {
 							console.log(this.count,'count')
-							if(this.count <=1){
 								this.$refs.LoadUnloadRef.init();
-							}
+							
 						});
 						break;
           case 7:
@@ -357,7 +356,7 @@
 				});
 			},
 		 getDetailData(){
-					this.$reqGet('getTaskCoalListByBunkerId', { bunkerId:uni.getStorageSync('bunkerId')}).then(res => {
+					this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => {
 					if (res.code === 0) {
 						this.detailData = res.data.map(item=>{
 						   item.tmTaskCoalList.map(el=>{

--
Gitblit v1.9.1