Преглед на файлове

销售端无法查看物流消息

yh преди 20 часа
родител
ревизия
48e9342b5f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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){