htc 17 시간 전
부모
커밋
429c87ffb9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pagesHome/report.vue

+ 1 - 0
pagesHome/report.vue

@@ -94,6 +94,7 @@
 				this.list = [{id:1},{id:2},{id:3}];
 			},
 			reSendReport(){
+				this.initList();
 				this.getList()
 				this.$showToast('重新生成成功')
 			},