Ver Fonte

直接点击处理,不需要弹窗理由框

wgl há 4 anos atrás
pai
commit
bc18da2c1a

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

@@ -161,7 +161,9 @@
 				} else {
 					this.subForm.status = status;
 					this.subForm.content = status == 1 ? '同意' : '拒绝';
-					this.openFromVisible = true;
+					//this.openFromVisible = true;
+					//直接点击处理,不需要弹窗理由框
+					this.doAction();
 				}
 			},
 			//检测表单

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

@@ -169,7 +169,9 @@
 				} else {
 					this.subForm.status = status;
 					this.subForm.approvalExplain = val;
-					this.openFromVisible = true;
+					//this.openFromVisible = true;
+					//直接点击处理,不需要弹窗理由框
+					this.doAction();
 				}
 			},
 			//同意拒绝

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

@@ -200,7 +200,9 @@
 				} else {
 					this.subForm.status = status;
 					this.subForm.approvalExplain = val;
-					this.openFromVisible = true;
+					//this.openFromVisible = true;
+					//直接点击处理,不需要弹窗理由框
+					this.doAction();
 				}
 			},
 			//info

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

@@ -215,7 +215,9 @@
 				} else {
 					this.subForm.status = status;
 					this.subForm.content = status == 1 ? '同意' : '拒绝';
-					this.openFromVisible = true;
+					//this.openFromVisible = true;
+					//直接点击处理,不需要弹窗理由框
+					this.doAction();
 				}
 			},
 			//检测表单