wangchao 3 年 前
コミット
985f37cd42
1 ファイル変更0 行追加5 行削除
  1. 0 5
      pages/user/depotMonitoring.vue

+ 0 - 5
pages/user/depotMonitoring.vue

@@ -146,21 +146,16 @@
 						console.log('res', res.data.data)
 						this.warehouseName = res.data.data[0].warehouseName
 						let _showData = uni.getStorageSync("depotMonitoring")
-						// 			let _showCWData = uni.getStorageSync("erpSelectWarehousCW")
-						// 			this.allWarehouse = res.data.data
 						this.warehouseList = res.data.data;
 						if (_showData) {
 							this.warehouseName = _showData.warehouseName
 						} else {
 							this.warehouseName = res.data.data[0].warehouseName
-							this.warehouseList = res.data.data;
 						}
 
 					} else {
 						this.warehouseList = []
-						this.warehouseCWList = []
 						this.warehouseName = '暂无仓库'
-						this.binNumber = '暂无'
 					}
 				})