Browse Source

数据重置

QuKatie 3 năm trước cách đây
mục cha
commit
61b8e338cd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }
   }