From db4ed65e1d7d43a10b1315cd8fa1f97984555016 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 02 六月 2022 18:30:11 +0800
Subject: [PATCH] 算力管理过滤设备

---
 src/views/productDetail/index.vue |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue
index 29d8c2f..9523177 100644
--- a/src/views/productDetail/index.vue
+++ b/src/views/productDetail/index.vue
@@ -55,22 +55,12 @@
         archType: "",
         gpuType: "",
         publishStatus: 1,
-        productLabelId: "",
+        productType: 0,
       };
-      findAllCenterProduct(param)
-        .then((res) => {
-          this.data.data = res.data.list[0];
-          this.showData = true;
-        })
-        .catch((err) => {
-          console.log(err);
-          this.$notify({
-            type: "error",
-            message: "鏌ヨ浜у搧澶辫触",
-            duration: 2500,
-            offset: 57,
-          });
-        });
+      findAllCenterProduct(param).then((res) => {
+        this.data.data = res.data.list[0];
+        this.showData = true;
+      });
     },
   },
 };

--
Gitblit v1.8.0