|
@@ -187,7 +187,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
|
this.loadOrderData().then(() => {
|
|
this.loadOrderData().then(() => {
|
|
|
- this.handleLoadDelivery();
|
|
|
|
|
|
|
+ this.handleLoadDelivery();
|
|
|
|
|
+ });
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
if (this.deliveryList.length > 0 && !this.selectedDelivery) {
|
|
if (this.deliveryList.length > 0 && !this.selectedDelivery) {
|