lihongxiao 1 рік тому
батько
коміт
3ede2c3dc4
1 змінених файлів з 1 додано та 2 видалено
  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(',')
 				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 => {
 						if (res.data.code == 200) {
 							this.$tip.success(res.data.message ||'添加成功');