Parcourir la source

物流点击默认清空问题优化

lxb il y a 1 jour
Parent
commit
6d688100eb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/hisStore/components/productOrder.vue

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

@@ -765,6 +765,7 @@ export default {
             });
     },
     showExpress(){
+      this.traces=null;
       this.expressDialog.open=true;
       getExpress(this.orderId).then(response => {
           this.express = response.data;