From cc8da3c68c347ac93459bc9f3547356c84fe61f6 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期三, 19 三月 2025 11:02:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/views/business/inspectionTask/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue
index 7917484..b4cd338 100644
--- a/src/views/business/inspectionTask/index.vue
+++ b/src/views/business/inspectionTask/index.vue
@@ -852,7 +852,6 @@
       this.bindCurrentInfo = row;
       getBindingProductByProductId({ productId: row.insProductId })
         .then((res) => {
-          // console.log(res)
           this.bindTableData = res.data;
           this.bindDialogVisible = true;
         })
@@ -865,7 +864,6 @@
         productId: this.bindCurrentInfo.insProductId,
       })
         .then((res) => {
-          // console.log(res)
           this.bindAddTableData = res.data;
           this.bindAddDialogVisible = true;
         })

--
Gitblit v1.9.3