修改发货人

dev
lilu 2 years ago
parent d64a3452a9
commit bb2dd15842

@ -749,8 +749,6 @@ export default {
this.shippername = value
const index = this.shipperDataArr.indexOf(value)
this.details.shipper = this.shipperData[index].content
this.details.shipper = value
// debugger
},
shipperChange(value) {
this.getTemplate(value, 'shipper')

Loading…
Cancel
Save