|
@@ -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 ||'添加成功');
|