From 8f4b66d51d97513951e88041acdfd93872aac487 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 04 三月 2025 11:38:27 +0800
Subject: [PATCH] 修改接口报错

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

diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue
index 2e094e1..4c08f14 100644
--- a/src/views/business/inspectionTask/index.vue
+++ b/src/views/business/inspectionTask/index.vue
@@ -973,10 +973,6 @@
       }).then(async () => {
         delProductTreeByProductId({ productId: row.id })
           .then((res) => {
-            if (res.coe == 201) {
-              // this.$message.error('鏈粦瀹氭楠岄」')
-              return;
-            }
             this.getBinding(this.bindCurrentInfo);
           })
           .catch((error) => {

--
Gitblit v1.9.3