Selaa lähdekoodia

我的日程调整

wangqiang 1 vuosi sitten
vanhempi
commit
a2e4534505
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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) {