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,