|
@@ -373,6 +373,8 @@
|
|
status: type == 2 ? 'OK' : 'WAIT_SAVE',
|
|
status: type == 2 ? 'OK' : 'WAIT_SAVE',
|
|
giveAddress: this.address,
|
|
giveAddress: this.address,
|
|
insideCode:this.insideCode,
|
|
insideCode:this.insideCode,
|
|
|
|
+ "productName": this?.detail?.productName,
|
|
|
|
+ "smallName": this?.detail?.smallName,
|
|
};
|
|
};
|
|
|
|
|
|
// 本地缓存
|
|
// 本地缓存
|