Explorar o código

销售端无法查看物流消息

yh hai 15 horas
pai
achega
48e9342b5f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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){