소스 검색

销售端无法查看物流信息

yh 2 일 전
부모
커밋
0dd31d8a56
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/store/components/storeOrderDetails.vue

+ 1 - 0
src/views/store/components/storeOrderDetails.vue

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