From aa3438b349bb365bfb4c30a9194b5c10f9f843eb Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 08 四月 2025 17:39:13 +0800
Subject: [PATCH] feat:质检员历史质检单增加上滑更多

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

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index 846c262..ade255d 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -156,9 +156,7 @@
               let nowWeighObj = JSON.parse(v.slice(7));
               console.log(nowWeighObj,'nowWeighObj-----')
               console.log(this.globalweighHouseCode,'this.globalweighHouseCode-----')
-              console.log('鎴戣繘鏉ヤ簡--------------1111111')
               if (this.globalweighHouseCode && nowWeighObj.eqCode == this.globalweighHouseCode) {
-                console.log('鎴戣繘鏉ヤ簡--------------22')
                 if (nowWeighObj.eqInfraredStatus) {
                   this.changeinfraredStatus(true);
                   this.changeWeigh(nowWeighObj.weigh);

--
Gitblit v1.9.1