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