|
|
@@ -346,6 +346,7 @@ export default {
|
|
|
uid: this.form.uid,
|
|
|
product_title: this.form.productTitle,
|
|
|
product_type: this.form.productType,
|
|
|
+ product_id:this.form.productId,
|
|
|
order_type: this.form.orderType,
|
|
|
price: this.form.price,
|
|
|
channel: this.form.channel,
|
|
|
@@ -382,6 +383,7 @@ export default {
|
|
|
uid: this.form.uid,
|
|
|
product_title: this.form.productTitle,
|
|
|
product_type: this.form.productType,
|
|
|
+ product_id:this.form.productId,
|
|
|
order_type: this.form.orderType,
|
|
|
price: this.form.price,
|
|
|
channel: this.form.channel,
|