|
@@ -146,8 +146,8 @@ export default {
|
|
},
|
|
},
|
|
confirm(selected) {
|
|
confirm(selected) {
|
|
console.log(selected)
|
|
console.log(selected)
|
|
- console.log(this.$refs.dia)
|
|
|
|
- return
|
|
|
|
|
|
+ // console.log(this.$refs.dia)
|
|
|
|
+ // return
|
|
this.dataList = selected
|
|
this.dataList = selected
|
|
this.$refs.header.screenForm.customerName = this.dataList[0].customerName
|
|
this.$refs.header.screenForm.customerName = this.dataList[0].customerName
|
|
this.$refs.header.screenForm.customerNumber = this.dataList[0].customerNumber
|
|
this.$refs.header.screenForm.customerNumber = this.dataList[0].customerNumber
|