浏览代码

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

lxb 1 天之前
父节点
当前提交
6d688100eb
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;