|
|
@@ -1246,7 +1246,7 @@ export default {
|
|
|
param.productId = this.ids;
|
|
|
param.goodsStatus = this.form1.isShow;
|
|
|
param.goodsIsShow = this.form1.isDisplay;
|
|
|
- param.companyIds = this.companyId+''
|
|
|
+ param.companyIds = this.form1.companyId.join(',');
|
|
|
batchModify(param).then(res=>{
|
|
|
if(res.code === 200){
|
|
|
this.$message.success("批量修改成功");
|