lilei il y a 10 mois
Parent
commit
c7bf7d4625
2 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 1 1
      App.vue
  2. 0 7
      pagesB/coupon.vue

+ 1 - 1
App.vue

@@ -1,7 +1,7 @@
 <script>
 	export default {
 		globalData: {
-			baseUrl: 'http://192.168.2.113:9110/saas/clz/', // 本地
+			baseUrl: 'http://192.168.2.103:9110/saas/clz/', // 本地
 			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
 			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},

+ 0 - 7
pagesB/coupon.vue

@@ -114,8 +114,6 @@
 				this.total = 0
 				this.pageNo = 1
 				this.getRow()
-				// 获取总条数
-				this.getWaitTotal()
 			},
 			// tabs通知swiper切换
 			tabsChange(index) {
@@ -194,11 +192,6 @@
 				_this.status = _this.total>=_this.list.length ? "nomore" : 'loadmore'
 			  })
 			},
-			// 获取待拿货数量
-			async getWaitTotal(){
-				 const ret = await shelfTempTotalWaitQty({billStateList:['WAIT_AUDIT','AUDIT_REJECT','WAIT_OUT_WAREHOUSE']}).then(res => res.data)
-				 this.tabList[1].count = ret || 0
-			}
 		}
 	}
 </script>