소스 검색

数据重置

QuKatie 3 년 전
부모
커밋
61b8e338cd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
     }
   }