소스 검색

修复bug

chenxiong 3 년 전
부모
커밋
0026046d9c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();
 		},