Bladeren bron

修改bug

lihongxiao 1 jaar geleden
bovenliggende
commit
3ede2c3dc4
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      pages/product/creatStandard.vue

+ 1 - 2
pages/product/creatStandard.vue

@@ -101,8 +101,7 @@ import configService from '../../common/service/config.service'
 				// }))
 				// }))
 				let ids = this.productHandleList.join(',')
 				let ids = this.productHandleList.join(',')
 				console.log(ids,8888888888);
 				console.log(ids,8888888888);
-				
-				this.$http.get("/app/product/addPurveyorProduct?ids="+ ids)
+				this.$http.get("/app/product/addPurveyorProduct?ids="+ ids+'&merchantId='+ this.merchantId )
 					.then(res => {
 					.then(res => {
 						if (res.data.code == 200) {
 						if (res.data.code == 200) {
 							this.$tip.success(res.data.message ||'添加成功');
 							this.$tip.success(res.data.message ||'添加成功');