소스 검색

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

lxb 3 주 전
부모
커밋
dcd7a2ab20
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/hisStore/components/productOrder.vue

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

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