chris 1 年之前
父节点
当前提交
1f94644fcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/modules/common/craft-product-component.vue

+ 1 - 1
src/views/modules/common/craft-product-component.vue

@@ -72,7 +72,7 @@
       },
       getList () {
         this.$http({
-          url: this.$http.adornUrl(`/biz-service/product/list`),
+          url: this.$http.adornUrl(`/biz-service/product/listAll`),
           method: 'get',
           params: this.$http.adornParams({
             'current': this.current,