|
@@ -993,11 +993,10 @@ export default {
|
|
|
type: "DCF",
|
|
|
source: "CKZY",
|
|
|
...this.formState,
|
|
|
- purchaseCompanyId: this.formState.corpId,
|
|
|
- purchaseCompanyName: this.formState.corpName,
|
|
|
// tradingBoxItemsList: this.dataList,
|
|
|
tradingBoxItemsList: this.selectionList,
|
|
|
}
|
|
|
+ console.log(this.formState)
|
|
|
// data.tradingBoxItemsList.forEach(item=> delete item.id)
|
|
|
delete data.id
|
|
|
const loading = this.$loading({
|