浏览代码

修复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();
 		},