Commit b61226c5cc9f722c34f4a468b69e14733132a197

Authored by 王强
1 parent aff9a88c

修改optimization页面列表页接口~

src/pages/optimization/optimization.vue
@@ -376,7 +376,7 @@ @@ -376,7 +376,7 @@
376 this.$set(this.paging, "loading", true); 376 this.$set(this.paging, "loading", true);
377 377
378 // 获取证书请求接口 378 // 获取证书请求接口
379 - this.http("/Api/" + this.getApiVersion().index + "/shopGoodsList", { 379 + this.http("/Api/" + this.getApiVersion().index + "/shopNewGoodsList", {
380 groupid: groupId, 380 groupid: groupId,
381 page: page 381 page: page
382 }, this.shopGoodsListCallback, { 382 }, this.shopGoodsListCallback, {