ZZJ
2022-04-02 45faaf27722588e92050e2e3eace9b3704377048
src/views/productDetail/index.vue
@@ -51,11 +51,12 @@
      let param = {
        page: 1,
        size: 1,
        inputText: this.$route.query.name,
        inputText: "",
        id: this.$route.query.id,
        archType: "",
        gpuType: "",
        publishStatus: 1,
        productLabelId: "",
        productType: 0,
      };
      findAllCenterProduct(param)
        .then((res) => {