From a0b5604fcefa0c7900ecc50830b718f77bba8f39 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 15 七月 2022 14:43:40 +0800 Subject: [PATCH] add cluster pwd --- src/views/productDetail/index.vue | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue index 3706282..9523177 100644 --- a/src/views/productDetail/index.vue +++ b/src/views/productDetail/index.vue @@ -51,27 +51,16 @@ let param = { page: 1, size: 1, - inputText: "", - id: this.$route.query.id, + inputText: this.$route.query.name, archType: "", gpuType: "", publishStatus: 1, 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