修复发货提示物流公司不存在的问题

This commit is contained in:
hupeng
2021-05-18 11:11:05 +08:00
parent e01f3f5f1e
commit 2d38f08653

View File

@ -125,7 +125,7 @@ export default {
methods: {
changeLog: function(value) {
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) {
this.active = index;