소스 검색

auto commit

gcz 4 년 전
부모
커밋
497f4787d3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/publish/publish.vue

+ 2 - 2
pages/publish/publish.vue

@@ -340,8 +340,8 @@
 			this.$api.http.get(this.config.apiBaseurl+'/company/cp/detail',{header: {Authorization:this.thetoken},params:{compId:this.params.compId}}).then(res =>{
 				console.log('res',JSON.parse(JSON.stringify(res)));
 				this.placeoforiginlist = res.data.data.origines;
-				this.brandlist = res.data.data.products;
-				this.brands = res.data.data.products;
+				this.brandlist = res.data.data.brands;
+				this.brands = res.data.data.brands;
 				this.places = res.data.data.origines;
 				this.params.compName= res.data.data.compName;
 			}).catch( err => {