From b35f7d3ce5d3057121ba2296699f754e43324e22 Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期四, 12 六月 2025 10:46:25 +0800
Subject: [PATCH] 修改上下班列表用户编号取值

---
 src/views/tms/stocktakingBound/ToolsStocktaKingBoundDetail.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/tms/stocktakingBound/ToolsStocktaKingBoundDetail.vue b/src/views/tms/stocktakingBound/ToolsStocktaKingBoundDetail.vue
index 692fd9e..b6acfa5 100644
--- a/src/views/tms/stocktakingBound/ToolsStocktaKingBoundDetail.vue
+++ b/src/views/tms/stocktakingBound/ToolsStocktaKingBoundDetail.vue
@@ -38,7 +38,6 @@
         if (!this.mainId) {
           this.clearList()
         } else {
-          alert(val)
           this.queryParam['stocktakingBoundId'] = val;
           this.queryParam['delFlag'] = 0;
           this.loadData(1);

--
Gitblit v1.9.3