Browse Source

修复bug

chenxiong 3 năm trước cách đây
mục cha
commit
0026046d9c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pages2/plan/index.vue

+ 1 - 0
pages2/plan/index.vue

@@ -462,6 +462,7 @@ export default {
 		openEdit(item) {
 			this.activeDate = '';
 			this.listItem = item;
+			this.swiperIndex = 0;
 			this.isOpen = false;
 			this.dealMonth();
 		},