Commit b61226c5cc9f722c34f4a468b69e14733132a197

Authored by 王强
1 parent aff9a88c

修改optimization页面列表页接口~

src/pages/optimization/optimization.vue
... ... @@ -376,7 +376,7 @@
376 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 380 groupid: groupId,
381 381 page: page
382 382 }, this.shopGoodsListCallback, {
... ...