Browse Source

数据重置

QuKatie 3 years ago
parent
commit
61b8e338cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/exportTrade/customerInquiry/index.vue

+ 1 - 0
src/views/exportTrade/customerInquiry/index.vue

@@ -198,6 +198,7 @@ export default {
       this.show = false;
     },
     goBack() {
+      this.detailData=this.$options.data().detailData
       this.show = true;
     }
   }