|
|
@ -304,10 +304,10 @@ export default { |
|
|
|
"productId": this.form.productId |
|
|
|
"productId": this.form.productId |
|
|
|
} |
|
|
|
} |
|
|
|
addGoods(params).then(res=>{ |
|
|
|
addGoods(params).then(res=>{ |
|
|
|
console.log(res,89888) |
|
|
|
this.closeDialogVisible=false; |
|
|
|
this.closeDialogVisible=true; |
|
|
|
this.$message.success("添加成功"); |
|
|
|
}).catch(err => { |
|
|
|
}).catch(err => { |
|
|
|
|
|
|
|
this.$message.error(res.msg); |
|
|
|
}) |
|
|
|
}) |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|