|
|
@@ -509,7 +509,8 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getDetail() {
|
|
|
- return getProductDetail({ id: this.option.id }).then(res => {
|
|
|
+ let source = this.option.source ? this.option.source : ''
|
|
|
+ return getProductDetail({ id: this.option.id,source:source }).then(res => {
|
|
|
if (this.$util.isEmpty(res.data)) {
|
|
|
return;
|
|
|
}
|