|
@@ -748,6 +748,7 @@ import {getCitys} from "@/api/store/city";
|
|
|
|
|
|
|
|
showExpress(){
|
|
showExpress(){
|
|
|
this.expressDialog.open=true;
|
|
this.expressDialog.open=true;
|
|
|
|
|
+ this.traces = [];
|
|
|
getExpress(this.item.orderId).then(response => {
|
|
getExpress(this.item.orderId).then(response => {
|
|
|
this.express = response.data;
|
|
this.express = response.data;
|
|
|
if(this.express!=null&&this.express.Traces!=null){
|
|
if(this.express!=null&&this.express.Traces!=null){
|