Selaa lähdekoodia

销售端无法查看物流消息

yh 20 tuntia sitten
vanhempi
commit
48e9342b5f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/hisStore/components/productOrder.vue

+ 1 - 0
src/views/hisStore/components/productOrder.vue

@@ -671,6 +671,7 @@ export default {
     },
     showExpress(){
       this.expressDialog.open=true;
+      this.traces =  [];
       getExpress(this.orderId).then(response => {
           this.express = response.data;
           if(this.express!=null&&this.express.Traces!=null){