Przeglądaj źródła

我的日程调整

wangqiang 1 rok temu
rodzic
commit
a2e4534505
1 zmienionych plików z 3 dodań i 0 usunięć
  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) {