Преглед изворни кода

修改产品详情页面接口传参问题

shaun-sheep пре 5 година
родитељ
комит
7b8467511a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/product/detail/sagaProductDetail.vue

+ 1 - 1
src/components/product/detail/sagaProductDetail.vue

@@ -164,7 +164,7 @@
           GroupId: this.dictionary.groupId,
           Type: this.dictionary.dictionaryType,
           ProjectId: this.dictionary.projectId,
-          Filters: `prodCode='${this.$route.params.code}'`
+          Filters: `prodCode='${this.$route.query.code}'`
         }
         prodTypeQuery(params, res => {
           this.total = res.Total