修改直播添加商品成功失败的提示
This commit is contained in:
@ -304,10 +304,10 @@ export default {
|
||||
"productId": this.form.productId
|
||||
}
|
||||
addGoods(params).then(res=>{
|
||||
console.log(res,89888)
|
||||
this.closeDialogVisible=true;
|
||||
this.closeDialogVisible=false;
|
||||
this.$message.success("添加成功");
|
||||
}).catch(err => {
|
||||
|
||||
this.$message.error(res.msg);
|
||||
})
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user