Explorar el Código

销售端无法查看物流信息

yh hace 1 día
padre
commit
0dd31d8a56
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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){