소스 검색

我的日程调整

wangqiang 1 년 전
부모
커밋
a2e4534505
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      pages/calendar/MyCalendar.vue

+ 3 - 0
pages/calendar/MyCalendar.vue

@@ -53,6 +53,9 @@
 		activated() {
 			this.refreshList();
 		},
+		created() {
+			this.refreshList();
+		},
 		methods: {
 			// 选择月份
 			selectHandler(data) {