|
@@ -808,7 +808,7 @@ export default {
|
|
|
saleTypeId: "",
|
|
|
saleTypeName: "",
|
|
|
specification: "",
|
|
|
- walletIds: "",
|
|
|
+ walletIds: [this.NoRebateWalletList[0].id],
|
|
|
walletRelaList: [],
|
|
|
});
|
|
|
this.sleectBox.currentPage =1
|
|
@@ -816,6 +816,7 @@ export default {
|
|
|
// this.dataList.push(this.addList[this.addList.length-1])
|
|
|
},
|
|
|
handleSave() {
|
|
|
+ console.log(this.dataList);
|
|
|
if (!this.dataList.length) {
|
|
|
return
|
|
|
}
|