|
@@ -765,6 +765,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
showExpress(){
|
|
showExpress(){
|
|
|
|
|
+ this.traces=null;
|
|
|
this.expressDialog.open=true;
|
|
this.expressDialog.open=true;
|
|
|
getExpress(this.orderId).then(response => {
|
|
getExpress(this.orderId).then(response => {
|
|
|
this.express = response.data;
|
|
this.express = response.data;
|