|
@@ -126,7 +126,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
- this.dataList = JSON.parse(JSON.stringify(selected))
|
|
|
+ this.dataList = [...this.dataList,...JSON.parse(JSON.stringify(selected))]
|
|
|
this.$refs.header.screenForm.customerName = this.dataList[0].customerName
|
|
|
this.$refs.header.screenForm.customerNumber = this.dataList[0].customerNumber
|
|
|
this.customerNumber = this.dataList[0].customerNumber
|