|
@@ -787,13 +787,16 @@ export default {
|
|
}).catch(function() {});
|
|
}).catch(function() {});
|
|
},
|
|
},
|
|
editOrder(){
|
|
editOrder(){
|
|
- this.edit.open=true;
|
|
|
|
- this.editForm.id=this.order.id;
|
|
|
|
- this.editForm.mark=this.order.mark
|
|
|
|
- this.editForm.orderType=this.order.orderType.toString();
|
|
|
|
- this.editForm.status = this.order.status.toString();
|
|
|
|
- this.editForm.userAddress = this.order.userAddress.toString();
|
|
|
|
- this.editForm.scheduleId = this.order.scheduleId;
|
|
|
|
|
|
+ this.handleAddress()
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
+ this.edit.open=true;
|
|
|
|
+ this.editForm.id=this.order.id;
|
|
|
|
+ this.editForm.mark=this.order.mark
|
|
|
|
+ this.editForm.orderType=this.order.orderType.toString();
|
|
|
|
+ this.editForm.status = this.order.status.toString();
|
|
|
|
+ this.editForm.userAddress = this.order.userAddress.toString();
|
|
|
|
+ this.editForm.scheduleId = this.order.scheduleId;
|
|
|
|
+ },1000)
|
|
// this.editForm.extendOrderId = this.order.extendOrderId.toString();
|
|
// this.editForm.extendOrderId = this.order.extendOrderId.toString();
|
|
|
|
|
|
},
|
|
},
|