heyujie
2022-07-15 a0b5604fcefa0c7900ecc50830b718f77bba8f39
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;
      });
    },
  },
};