This commit is contained in:
Gao xiaosong
2021-05-20 01:55:57 +08:00

View File

@ -125,7 +125,7 @@ export default {
methods: { methods: {
changeLog: function(value) { changeLog: function(value) {
this.deliveryNames = this.logistics[value.detail.value].name; this.deliveryNames = this.logistics[value.detail.value].name;
this.deliveryName = this.logistics[value.detail.value].id; this.deliveryName = this.logistics[value.detail.value].name;
}, },
changeType: function(item, index) { changeType: function(item, index) {
this.active = index; this.active = index;