Ver código fonte

我的日程调整

wangqiang 1 ano atrás
pai
commit
a2e4534505
1 arquivos alterados com 3 adições e 0 exclusões
  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) {