wgl 4 anos atrás
pai
commit
554248bd96

+ 3 - 3
src/projects/business/views/Master/Attendance/VerifyInfo.vue

@@ -186,12 +186,12 @@
 				}
 			},
 			asynCallBack() {
-				//获取详情
-				this.getDetail();
+
 			},
 		},
 		mounted() {
-
+			//获取详情
+			this.getDetail();
 		},
 		destroyed() {},
 		computed: {

+ 4 - 2
src/projects/business/views/Master/Attendance/VerifyLeaveInfo.vue

@@ -187,10 +187,12 @@
 			},
 
 			asynCallBack() {
-				this.getDetail();
+
 			},
 		},
-		mounted() {},
+		mounted() {
+			this.getDetail();
+		},
 		destroyed() {},
 		computed: {
 			picList: {

+ 2 - 1
src/projects/business/views/Master/Attendance/VerifyLeaveList.vue

@@ -260,10 +260,11 @@
 			},
 
 			asynCallBack() {
-				this.getList();
+				
 			},
 		},
 		mounted() {
+			this.getList();
 			//监控下拉加载事件
 			var _this = this;
 			window.addEventListener('scroll', _this.handleScrool);